Html Css Color HEX #F9A20B Dark Tangerine

📋 copy color: '#F9A20B'

red 249 ◦ green 162 ◦ blue 11

#F9A20B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tangerine #F9A20B

Tints of Dark Tangerine #F9A20B

RGB

 RED value IS 249 (97.66% from 255) = 59%

 GREEN value IS 162 (63.67% from 255) = 38.39%

 BLUE value IS 11 (4.69% from 255) = 2.61%

R = 59%
G = 38.39%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F9A20B (or 0xF9A20B) is known color: Dark Tangerine. HEX triplet: F9, A2 and 0B. RGB value is (249,162,11). Sum of RGB (Red+Green+Blue) = 249+162+11=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A20B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A20B is #065DF4. Grayscale: #ABABAB. Windows color (decimal): -417269 or 762617. OLE color: 762617.

HSL color Cylindrical-coordinate representation of color #F9A20B: hue angle of 38.07º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9A20B is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 162 11 -
CMYK 0 0.35 0.96 0.02
HSL 38.07º 0.95% 0.51% -
HSV(B) 38.07º 0.96% 0.98% -
XYZ 52.05 46 6.45 -
YUV 170.8 37.82 183.78 -
System Red Green Blue C M Y K H S L
Decimal 249 162 11 0 0.35 0.96 0.02 38.07 0.95 0.51
Hex F9 A2 B 0 23 60 2 26 5F 33
Octal 371 242 13 0 43 140 2 46 137 63
Binary 11111001 10100010 1011 0 100011 1100000 10 100110 1011111 110011

Color Harmonies of #F9A20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A20B

Black with #F9A20B

Text Example


Text Example

White with #F9A20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A20B; }

 p { color: rgb(249,162,11); }

 H1.HeaderClassName
 {
   color: #F9A20B;
 }
 .AnyTagClassName
 {
   color: #F9A20B;
 }
</style>

background-color css

<style>
 a { background-color: #F9A20B; }

 a { background-color: rgb(249,162,11); }

 div.DivClassName
 {
   background-color: #F9A20B;
 }
 .BgClassName
 {
   background-color: #F9A20B;
 }
</style>

border-color css

<style>
 span { border-color: #F9A20B; }

 span { border-color: rgb(249,162,11); }

 td.TdClassName
 {
   border-color: #F9A20B;
 }
 .TagClassName
 {
   border-color: #F9A20B;
 }
</style>