Html Css Color HEX #F0E400 Golden Yellow

📋 copy color: '#F0E400'

red 240 ◦ green 228 ◦ blue 0

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

Shades of Golden Yellow #F0E400

Tints of Golden Yellow #F0E400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.28%
G = 48.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F0E400 (or 0xF0E400) is known color: Golden Yellow. HEX triplet: F0, E4 and 00. RGB value is (240,228,0). Sum of RGB (Red+Green+Blue) = 240+228+0=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 0 (0.39% from 255 or 0% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E400 is #0F1BFF. Grayscale: #CECECE. Windows color (decimal): -990208 or 58608. OLE color: 58608.

HSL color Cylindrical-coordinate representation of color #F0E400: hue angle of 57º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0E400 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 228 0 -
CMYK 0 0.05 1 0.06
HSL 57º 1% 0.47% -
HSV(B) 57º 1% 0.94% -
XYZ 63.68 74.01 10.93 -
YUV 205.6 11.98 152.54 -
System Red Green Blue C M Y K H S L
Decimal 240 228 0 0 0.05 1 0.06 57 1 0.47
Hex F0 E4 0 0 5 64 6 39 64 2F
Octal 360 344 0 0 5 144 6 71 144 57
Binary 11110000 11100100 0 0 101 1100100 110 111001 1100100 101111

Color Harmonies of #F0E400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E400

Black with #F0E400

Text Example


Text Example

White with #F0E400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E400; }

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

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

background-color css

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

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

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

border-color css

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

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

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