Html Css Color HEX #F2AA04 Orange

📋 copy color: '#F2AA04'

red 242 ◦ green 170 ◦ blue 4

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

Shades of Orange #F2AA04

Tints of Orange #F2AA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 58.17%
G = 40.87%
B = 0.96%

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

#F2AA04 (or 0xF2AA04) is known color: Orange. HEX triplet: F2, AA and 04. RGB value is (242,170,4). Sum of RGB (Red+Green+Blue) = 242+170+4=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AA04 is #0D55FB. Grayscale: #ADADAD. Windows color (decimal): -873980 or 305906. OLE color: 305906.

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

Color convert

RGB 242 170 4 -
CMYK 0 0.30 0.98 0.05
HSL 41.85º 0.97% 0.48% -
HSV(B) 41.85º 0.98% 0.95% -
XYZ 51.01 47.64 6.62 -
YUV 172.6 32.85 177.5 -
System Red Green Blue C M Y K H S L
Decimal 242 170 4 0 0.30 0.98 0.05 41.85 0.97 0.48
Hex F2 AA 4 0 1E 62 5 2A 61 30
Octal 362 252 4 0 36 142 5 52 141 60
Binary 11110010 10101010 100 0 11110 1100010 101 101010 1100001 110000

Color Harmonies of #F2AA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AA04

Black with #F2AA04

Text Example


Text Example

White with #F2AA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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