Html Css Color HEX #F2AA06 Orange

📋 copy color: '#F2AA06'

red 242 ◦ green 170 ◦ blue 6

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

Shades of Orange #F2AA06

Tints of Orange #F2AA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 57.89%
G = 40.67%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2AA06 (or 0xF2AA06) is known color: Orange. HEX triplet: F2, AA and 06. RGB value is (242,170,6). Sum of RGB (Red+Green+Blue) = 242+170+6=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 6 (2.73% from 255 or 1.44% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AA06 is #0D55F9. Grayscale: #ADADAD. Windows color (decimal): -873978 or 436978. OLE color: 436978.

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

Color convert

RGB 242 170 6 -
CMYK 0 0.30 0.98 0.05
HSL 41.69º 0.95% 0.49% -
HSV(B) 41.69º 0.98% 0.95% -
XYZ 51.03 47.64 6.68 -
YUV 172.83 33.85 177.34 -
System Red Green Blue C M Y K H S L
Decimal 242 170 6 0 0.30 0.98 0.05 41.69 0.95 0.49
Hex F2 AA 6 0 1E 62 5 2A 5F 31
Octal 362 252 6 0 36 142 5 52 137 61
Binary 11110010 10101010 110 0 11110 1100010 101 101010 1011111 110001

Color Harmonies of #F2AA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AA06

Black with #F2AA06

Text Example


Text Example

White with #F2AA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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