Html Css Color HEX #F2AA07 Orange

📋 copy color: '#F2AA07'

red 242 ◦ green 170 ◦ blue 7

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

Shades of Orange #F2AA07

Tints of Orange #F2AA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.67%

R = 57.76%
G = 40.57%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2AA07 (or 0xF2AA07) is known color: Orange. HEX triplet: F2, AA and 07. RGB value is (242,170,7). Sum of RGB (Red+Green+Blue) = 242+170+7=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 7 (3.12% from 255 or 1.67% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AA07 is #0D55F8. Grayscale: #ADADAD. Windows color (decimal): -873977 or 502514. OLE color: 502514.

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

Color convert

RGB 242 170 7 -
CMYK 0 0.30 0.97 0.05
HSL 41.62º 0.94% 0.49% -
HSV(B) 41.62º 0.97% 0.95% -
XYZ 51.03 47.64 6.71 -
YUV 172.95 34.35 177.25 -
System Red Green Blue C M Y K H S L
Decimal 242 170 7 0 0.30 0.97 0.05 41.62 0.94 0.49
Hex F2 AA 7 0 1E 61 5 2A 5E 31
Octal 362 252 7 0 36 141 5 52 136 61
Binary 11110010 10101010 111 0 11110 1100001 101 101010 1011110 110001

Color Harmonies of #F2AA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AA07

Black with #F2AA07

Text Example


Text Example

White with #F2AA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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