Html Css Color HEX #F0E03C Golden Fizz

📋 copy color: '#F0E03C'

red 240 ◦ green 224 ◦ blue 60

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

Shades of Golden Fizz #F0E03C

Tints of Golden Fizz #F0E03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.45%

R = 45.8%
G = 42.75%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0E03C (or 0xF0E03C) is known color: Golden Fizz. HEX triplet: F0, E0 and 3C. RGB value is (240,224,60). Sum of RGB (Red+Green+Blue) = 240+224+60=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 60 (23.83% from 255 or 11.45% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E03C is #0F1FC3. Grayscale: #D2D2D2. Windows color (decimal): -991172 or 3989744. OLE color: 3989744.

HSL color Cylindrical-coordinate representation of color #F0E03C: hue angle of 54.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0E03C is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 224 60 -
CMYK 0 0.07 0.75 0.06
HSL 54.67º 0.86% 0.59% -
HSV(B) 54.67º 0.75% 0.94% -
XYZ 63.41 72.16 14.86 -
YUV 210.09 43.3 149.34 -
System Red Green Blue C M Y K H S L
Decimal 240 224 60 0 0.07 0.75 0.06 54.67 0.86 0.59
Hex F0 E0 3C 0 7 4B 6 37 56 3B
Octal 360 340 74 0 7 113 6 67 126 73
Binary 11110000 11100000 111100 0 111 1001011 110 110111 1010110 111011

Color Harmonies of #F0E03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E03C

Black with #F0E03C

Text Example


Text Example

White with #F0E03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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