Html Css Color HEX #F9A812 Dark Tangerine

📋 copy color: '#F9A812'

red 249 ◦ green 168 ◦ blue 18

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

Shades of Dark Tangerine #F9A812

Tints of Dark Tangerine #F9A812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.14%

R = 57.24%
G = 38.62%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F9A812 (or 0xF9A812) is known color: Dark Tangerine. HEX triplet: F9, A8 and 12. RGB value is (249,168,18). Sum of RGB (Red+Green+Blue) = 249+168+18=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A812 is #0657ED. Grayscale: #AFAFAF. Windows color (decimal): -415726 or 1222905. OLE color: 1222905.

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

Color convert

RGB 249 168 18 -
CMYK 0 0.33 0.93 0.02
HSL 38.96º 0.95% 0.52% -
HSV(B) 38.96º 0.93% 0.98% -
XYZ 53.18 48.19 7.07 -
YUV 175.12 39.34 180.7 -
System Red Green Blue C M Y K H S L
Decimal 249 168 18 0 0.33 0.93 0.02 38.96 0.95 0.52
Hex F9 A8 12 0 21 5D 2 27 5F 34
Octal 371 250 22 0 41 135 2 47 137 64
Binary 11111001 10101000 10010 0 100001 1011101 10 100111 1011111 110100

Color Harmonies of #F9A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A812

Black with #F9A812

Text Example


Text Example

White with #F9A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A812; }

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

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

background-color css

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

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

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

border-color css

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

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

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