Html Css Color HEX #F0E900 Golden Yellow

📋 copy color: '#F0E900'

red 240 ◦ green 233 ◦ blue 0

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

Shades of Golden Yellow #F0E900

Tints of Golden Yellow #F0E900

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.26%

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

R = 50.74%
G = 49.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F0E900 (or 0xF0E900) is known color: Golden Yellow. HEX triplet: F0, E9 and 00. RGB value is (240,233,0). Sum of RGB (Red+Green+Blue) = 240+233+0=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E900 is #0F16FF. Grayscale: #D1D1D1. Windows color (decimal): -988928 or 59888. OLE color: 59888.

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

Color convert

RGB 240 233 0 -
CMYK 0 0.03 1 0.06
HSL 58.25º 1% 0.47% -
HSV(B) 58.25º 1% 0.94% -
XYZ 65.07 76.8 11.39 -
YUV 208.53 10.32 150.45 -
System Red Green Blue C M Y K H S L
Decimal 240 233 0 0 0.03 1 0.06 58.25 1 0.47
Hex F0 E9 0 0 3 64 6 3A 64 2F
Octal 360 351 0 0 3 144 6 72 144 57
Binary 11110000 11101001 0 0 11 1100100 110 111010 1100100 101111

Color Harmonies of #F0E900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E900

Black with #F0E900

Text Example


Text Example

White with #F0E900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E900; }

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

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

background-color css

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

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

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

border-color css

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

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

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