Html Css Color HEX #F0E404 Golden Yellow

📋 copy color: '#F0E404'

red 240 ◦ green 228 ◦ blue 4

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

Shades of Golden Yellow #F0E404

Tints of Golden Yellow #F0E404

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.31%

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

R = 50.85%
G = 48.31%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F0E404 (or 0xF0E404) is known color: Golden Yellow. HEX triplet: F0, E4 and 04. RGB value is (240,228,4). Sum of RGB (Red+Green+Blue) = 240+228+4=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 4 (1.95% from 255 or 0.85% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E404 is #0F1BFB. Grayscale: #CECECE. Windows color (decimal): -990204 or 320752. OLE color: 320752.

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

Color convert

RGB 240 228 4 -
CMYK 0 0.05 0.98 0.06
HSL 56.95º 0.97% 0.48% -
HSV(B) 56.95º 0.98% 0.94% -
XYZ 63.7 74.02 11.04 -
YUV 206.05 13.98 152.21 -
System Red Green Blue C M Y K H S L
Decimal 240 228 4 0 0.05 0.98 0.06 56.95 0.97 0.48
Hex F0 E4 4 0 5 62 6 39 61 30
Octal 360 344 4 0 5 142 6 71 141 60
Binary 11110000 11100100 100 0 101 1100010 110 111001 1100001 110000

Color Harmonies of #F0E404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E404

Black with #F0E404

Text Example


Text Example

White with #F0E404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E404; }

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

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

background-color css

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

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

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

border-color css

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

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

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