Html Css Color HEX #F2AA02 Orange

📋 copy color: '#F2AA02'

red 242 ◦ green 170 ◦ blue 2

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

Shades of Orange #F2AA02

Tints of Orange #F2AA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 58.45%
G = 41.06%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F2AA02 (or 0xF2AA02) is known color: Orange. HEX triplet: F2, AA and 02. RGB value is (242,170,2). Sum of RGB (Red+Green+Blue) = 242+170+2=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AA02 is #0D55FD. Grayscale: #ADADAD. Windows color (decimal): -873982 or 174834. OLE color: 174834.

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

Color convert

RGB 242 170 2 -
CMYK 0 0.30 0.99 0.05
HSL 42º 0.98% 0.48% -
HSV(B) 42º 0.99% 0.95% -
XYZ 51 47.63 6.56 -
YUV 172.38 31.85 177.66 -
System Red Green Blue C M Y K H S L
Decimal 242 170 2 0 0.30 0.99 0.05 42 0.98 0.48
Hex F2 AA 2 0 1E 63 5 2A 62 30
Octal 362 252 2 0 36 143 5 52 142 60
Binary 11110010 10101010 10 0 11110 1100011 101 101010 1100010 110000

Color Harmonies of #F2AA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AA02

Black with #F2AA02

Text Example


Text Example

White with #F2AA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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