Html Css Color HEX #F2AA09 Dark Tangerine

📋 copy color: '#F2AA09'

red 242 ◦ green 170 ◦ blue 9

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

Shades of Dark Tangerine #F2AA09

Tints of Dark Tangerine #F2AA09

RGB

 RED value IS 242 (94.92% from 255) = 57.48%

 GREEN value IS 170 (66.8% from 255) = 40.38%

 BLUE value IS 9 (3.91% from 255) = 2.14%

R = 57.48%
G = 40.38%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2AA09 (or 0xF2AA09) is known color: Dark Tangerine. HEX triplet: F2, AA and 09. RGB value is (242,170,9). Sum of RGB (Red+Green+Blue) = 242+170+9=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 9 (3.91% from 255 or 2.14% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AA09 is #0D55F6. Grayscale: #ADADAD. Windows color (decimal): -873975 or 633586. OLE color: 633586.

HSL color Cylindrical-coordinate representation of color #F2AA09: hue angle of 41.46º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2AA09 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 170 9 -
CMYK 0 0.30 0.96 0.05
HSL 41.46º 0.93% 0.49% -
HSV(B) 41.46º 0.96% 0.95% -
XYZ 51.04 47.65 6.76 -
YUV 173.17 35.35 177.09 -
System Red Green Blue C M Y K H S L
Decimal 242 170 9 0 0.30 0.96 0.05 41.46 0.93 0.49
Hex F2 AA 9 0 1E 60 5 29 5D 31
Octal 362 252 11 0 36 140 5 51 135 61
Binary 11110010 10101010 1001 0 11110 1100000 101 101001 1011101 110001

Color Harmonies of #F2AA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AA09

Black with #F2AA09

Text Example


Text Example

White with #F2AA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AA09; }

 p { color: rgb(242,170,9); }

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

background-color css

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

 a { background-color: rgb(242,170,9); }

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

border-color css

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

 span { border-color: rgb(242,170,9); }

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