Html Css Color HEX #F0A204 Orange

📋 copy color: '#F0A204'

red 240 ◦ green 162 ◦ blue 4

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

Shades of Orange #F0A204

Tints of Orange #F0A204

RGB

 RED value IS 240 (94.14% from 255) = 59.11%

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

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

R = 59.11%
G = 39.9%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F0A204 (or 0xF0A204) is known color: Orange. HEX triplet: F0, A2 and 04. RGB value is (240,162,4). Sum of RGB (Red+Green+Blue) = 240+162+4=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A204 is #0F5DFB. Grayscale: #A8A8A8. Windows color (decimal): -1007100 or 303856. OLE color: 303856.

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

Color convert

RGB 240 162 4 -
CMYK 0 0.32 0.98 0.06
HSL 40.17º 0.97% 0.48% -
HSV(B) 40.17º 0.98% 0.94% -
XYZ 48.88 44.37 6.1 -
YUV 167.31 35.84 179.85 -
System Red Green Blue C M Y K H S L
Decimal 240 162 4 0 0.32 0.98 0.06 40.17 0.97 0.48
Hex F0 A2 4 0 20 62 6 28 61 30
Octal 360 242 4 0 40 142 6 50 141 60
Binary 11110000 10100010 100 0 100000 1100010 110 101000 1100001 110000

Color Harmonies of #F0A204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A204

Black with #F0A204

Text Example


Text Example

White with #F0A204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A204; }

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

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

background-color css

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

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

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

border-color css

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

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

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