Html Css Color HEX #F2A204 Orange

📋 copy color: '#F2A204'

red 242 ◦ green 162 ◦ blue 4

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

Shades of Orange #F2A204

Tints of Orange #F2A204

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.71%

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

R = 59.31%
G = 39.71%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2A204 (or 0xF2A204) is known color: Orange. HEX triplet: F2, A2 and 04. RGB value is (242,162,4). Sum of RGB (Red+Green+Blue) = 242+162+4=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A204 is #0D5DFB. Grayscale: #A8A8A8. Windows color (decimal): -876028 or 303858. OLE color: 303858.

HSL color Cylindrical-coordinate representation of color #F2A204: hue angle of 39.83º 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 #F2A204 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 162 4 -
CMYK 0 0.33 0.98 0.05
HSL 39.83º 0.97% 0.48% -
HSV(B) 39.83º 0.98% 0.95% -
XYZ 49.56 44.73 6.14 -
YUV 167.91 35.5 180.85 -
System Red Green Blue C M Y K H S L
Decimal 242 162 4 0 0.33 0.98 0.05 39.83 0.97 0.48
Hex F2 A2 4 0 21 62 5 28 61 30
Octal 362 242 4 0 41 142 5 50 141 60
Binary 11110010 10100010 100 0 100001 1100010 101 101000 1100001 110000

Color Harmonies of #F2A204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A204

Black with #F2A204

Text Example


Text Example

White with #F2A204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A204; }

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

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

background-color css

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

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

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

border-color css

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

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

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