Html Css Color HEX #F0E200 Golden Yellow

📋 copy color: '#F0E200'

red 240 ◦ green 226 ◦ blue 0

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

Shades of Golden Yellow #F0E200

Tints of Golden Yellow #F0E200

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.5%

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

R = 51.5%
G = 48.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F0E200 (or 0xF0E200) is known color: Golden Yellow. HEX triplet: F0, E2 and 00. RGB value is (240,226,0). Sum of RGB (Red+Green+Blue) = 240+226+0=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E200 is #0F1DFF. Grayscale: #CDCDCD. Windows color (decimal): -990720 or 58096. OLE color: 58096.

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

Color convert

RGB 240 226 0 -
CMYK 0 0.06 1 0.06
HSL 56.5º 1% 0.47% -
HSV(B) 56.5º 1% 0.94% -
XYZ 63.13 72.92 10.75 -
YUV 204.42 12.64 153.38 -
System Red Green Blue C M Y K H S L
Decimal 240 226 0 0 0.06 1 0.06 56.5 1 0.47
Hex F0 E2 0 0 6 64 6 38 64 2F
Octal 360 342 0 0 6 144 6 70 144 57
Binary 11110000 11100010 0 0 110 1100100 110 111000 1100100 101111

Color Harmonies of #F0E200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E200

Black with #F0E200

Text Example


Text Example

White with #F0E200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E200; }

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

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

background-color css

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

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

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

border-color css

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

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

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