COLOR #F9A021

HEX: #F9A021
RGB: (249,160,33)

Renk bilgisi

#F9A021 contains mainly red color. #F9A021 ‘ nin web güvenlik rengi #FF9933 (ya da #F93) dir.

RGB renk modeli

#F9A021 color RGB value is (249,160,33).

  • kırmız ton 249;
  • yeşil ton 160;
  • mavi ton 33.
RGB:
(249,160,33)
(98%,63%,13%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 160 of 255 = 63%
B 33 of 255 = 13%

249
160
33

R + G + B ~ 58%. #F9A021 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 160 + 33 = 442 (100%)
R 249 of 442 ~ 56.33%
G 160 of 442 ~ 36.2%
B 33 of 442 ~ 7.47%

%56.33
%36.2

CMYK RENK MODELİ

#F9A021 rengi CMYK tonu (0,36,87,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.74%
  • sarı tonu 86.75%
  • ana renk tonu 2.35%
CMYK:
(0,36,87,2)
C0M36Y87K2 
(0%,36%,87%,2%)
(0.00/0.36/0.87/0.02)	

CMYK yüzdeleri

%0
%35.74
%86.75
%2.35

Codes

Color #F9A021 in popluar color models

F9A021
RGB24916033
HSL35°94.74%55.29%
HSB/HSV35°86.75%97.65%
CMYK0.00%35.74%86.75%
2.35%

Color #F9A021 in popluar number systems.

HEXF9A021
Decimal24916033
Binary1111100110100000100001
Octal37124041

Shades and tints

Shades of #F9A021

#F9A021
(249,160,33)
#E3921E
(227,146,30)
#CD841B
(205,132,27)
#B77618
(183,118,24)
#A16815
(161,104,21)
#8B5A12
(139,90,18)
#754C0F
(117,76,15)
#5F3E0C
(95,62,12)
#493009
(73,48,9)
#332206
(51,34,6)
#1D1403
(29,20,3)
#000000
(0,0,0)

Tints of #F9A021

#F9A021
(249,160,33)
#F9A835
(249,168,53)
#F9B049
(249,176,73)
#F9B85D
(249,184,93)
#F9C071
(249,192,113)
#F9C885
(249,200,133)
#F9D099
(249,208,153)
#F9D8AD
(249,216,173)
#F9E0C1
(249,224,193)
#F9E8D5
(249,232,213)
#F9F0E9
(249,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A021 color. Also use rgb(249,160,33) instead hex code.

Text Font Color

.myTextColor { color: #F9A021; }

<p style="color:#F9A021">This sample text font color is #F9A021.</p>

This text font color is #F9A021.


Background Color

.myBgColor { background-color: #F9A021; }

<div style="background-color:#F9A021">Inner text</div>

This div background color is #F9A021.


Border color

.myBorderColor { border: 1px solid #F9A021; }

<div style="border:3px solid #F9A021">Div</div>

This div border color is #F9A021.


Opacity

.myOpacity80 { color: #F9A021; opacity: 0.8; }

<p style="color:#F9A021;opacity:0.8;">80%</p>

Text with #F9A021 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F9A021;}

<p style="text-shadow: 3px 3px 1px #F9A021">Text here.</p>

This text has shadow with #F9A021 color.

.textShadow {text-shadow: 3px 3px 1px #F9A021, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F9A021, 5px 5px 20px red">Text here.</p>

This text has shadow with #F9A021 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9A021, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F9A021, Direction=45, Strength=4)">Text</p>

This text has shadow with #F9A021 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F9A021;
  -webkit-box-shadow:	1px 1px 3px 2px #F9A021;
  box-shadow:		1px 1px 3px 2px #F9A021;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9A021;
-webkit-box-shadow: 1px 1px 3px 2px #F9A021;
box-shadow:1px 1px 3px 2px #F9A021;">
Div content here</div>
This div box has shadow with color #F9A021.

Preview

Color preview on black background

This text has color #F9A021 on black background.


Color preview on white background

This text has color #F9A021 on white background.



Black color preview on #F9A021 background

This text has black color on #F9A021 background.


White color preview on #F9A021 background

This text has white color on #F9A021 background.