Html Css Color HEX #F0E000 Golden Yellow

📋 copy color: '#F0E000'

red 240 ◦ green 224 ◦ blue 0

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

Shades of Golden Yellow #F0E000

Tints of Golden Yellow #F0E000

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.28%

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

R = 51.72%
G = 48.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F0E000 (or 0xF0E000) is known color: Golden Yellow. HEX triplet: F0, E0 and 00. RGB value is (240,224,0). Sum of RGB (Red+Green+Blue) = 240+224+0=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E000 is #0F1FFF. Grayscale: #CCCCCC. Windows color (decimal): -991232 or 57584. OLE color: 57584.

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

Color convert

RGB 240 224 0 -
CMYK 0 0.07 1 0.06
HSL 56º 1% 0.47% -
HSV(B) 56º 1% 0.94% -
XYZ 62.59 71.84 10.57 -
YUV 203.25 13.3 154.21 -
System Red Green Blue C M Y K H S L
Decimal 240 224 0 0 0.07 1 0.06 56 1 0.47
Hex F0 E0 0 0 7 64 6 38 64 2F
Octal 360 340 0 0 7 144 6 70 144 57
Binary 11110000 11100000 0 0 111 1100100 110 111000 1100100 101111

Color Harmonies of #F0E000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E000

Black with #F0E000

Text Example


Text Example

White with #F0E000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E000; }

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

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

background-color css

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

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

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

border-color css

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

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

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