Html Css Color HEX #F9A80B Dark Tangerine

📋 copy color: '#F9A80B'

red 249 ◦ green 168 ◦ blue 11

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

Shades of Dark Tangerine #F9A80B

Tints of Dark Tangerine #F9A80B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

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

R = 58.18%
G = 39.25%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9A80B (or 0xF9A80B) is known color: Dark Tangerine. HEX triplet: F9, A8 and 0B. RGB value is (249,168,11). Sum of RGB (Red+Green+Blue) = 249+168+11=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A80B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A80B is #0657F4. Grayscale: #AFAFAF. Windows color (decimal): -415733 or 764153. OLE color: 764153.

HSL color Cylindrical-coordinate representation of color #F9A80B: hue angle of 39.58º 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 #F9A80B is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 168 11 -
CMYK 0 0.33 0.96 0.02
HSL 39.58º 0.95% 0.51% -
HSV(B) 39.58º 0.96% 0.98% -
XYZ 53.13 48.17 6.81 -
YUV 174.32 35.84 181.27 -
System Red Green Blue C M Y K H S L
Decimal 249 168 11 0 0.33 0.96 0.02 39.58 0.95 0.51
Hex F9 A8 B 0 21 60 2 28 5F 33
Octal 371 250 13 0 41 140 2 50 137 63
Binary 11111001 10101000 1011 0 100001 1100000 10 101000 1011111 110011

Color Harmonies of #F9A80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A80B

Black with #F9A80B

Text Example


Text Example

White with #F9A80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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