Html Css Color HEX #F0E700 Golden Yellow

📋 copy color: '#F0E700'

red 240 ◦ green 231 ◦ blue 0

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

Shades of Golden Yellow #F0E700

Tints of Golden Yellow #F0E700

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.04%

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

R = 50.96%
G = 49.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F0E700 (or 0xF0E700) is known color: Golden Yellow. HEX triplet: F0, E7 and 00. RGB value is (240,231,0). Sum of RGB (Red+Green+Blue) = 240+231+0=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 0 (0.39% from 255 or 0% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E700 is #0F18FF. Grayscale: #D0D0D0. Windows color (decimal): -989440 or 59376. OLE color: 59376.

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

Color convert

RGB 240 231 0 -
CMYK 0 0.04 1 0.06
HSL 57.75º 1% 0.47% -
HSV(B) 57.75º 1% 0.94% -
XYZ 64.51 75.68 11.21 -
YUV 207.36 10.98 151.28 -
System Red Green Blue C M Y K H S L
Decimal 240 231 0 0 0.04 1 0.06 57.75 1 0.47
Hex F0 E7 0 0 4 64 6 3A 64 2F
Octal 360 347 0 0 4 144 6 72 144 57
Binary 11110000 11100111 0 0 100 1100100 110 111010 1100100 101111

Color Harmonies of #F0E700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E700

Black with #F0E700

Text Example


Text Example

White with #F0E700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E700; }

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

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

background-color css

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

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

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

border-color css

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

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

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