Html Css Color HEX #F0A404 Orange

📋 copy color: '#F0A404'

red 240 ◦ green 164 ◦ blue 4

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

Shades of Orange #F0A404

Tints of Orange #F0A404

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.2%

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

R = 58.82%
G = 40.2%
B = 0.98%

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

#F0A404 (or 0xF0A404) is known color: Orange. HEX triplet: F0, A4 and 04. RGB value is (240,164,4). Sum of RGB (Red+Green+Blue) = 240+164+4=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A404 is #0F5BFB. Grayscale: #A9A9A9. Windows color (decimal): -1006588 or 304368. OLE color: 304368.

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

Color convert

RGB 240 164 4 -
CMYK 0 0.32 0.98 0.06
HSL 40.68º 0.97% 0.48% -
HSV(B) 40.68º 0.98% 0.94% -
XYZ 49.23 45.08 6.22 -
YUV 168.48 35.18 179.01 -
System Red Green Blue C M Y K H S L
Decimal 240 164 4 0 0.32 0.98 0.06 40.68 0.97 0.48
Hex F0 A4 4 0 20 62 6 29 61 30
Octal 360 244 4 0 40 142 6 51 141 60
Binary 11110000 10100100 100 0 100000 1100010 110 101001 1100001 110000

Color Harmonies of #F0A404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A404

Black with #F0A404

Text Example


Text Example

White with #F0A404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A404; }

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

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

background-color css

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

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

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

border-color css

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

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

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