Html Css Color HEX #F0E02C Golden Fizz

📋 copy color: '#F0E02C'

red 240 ◦ green 224 ◦ blue 44

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

Shades of Golden Fizz #F0E02C

Tints of Golden Fizz #F0E02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.66%

R = 47.24%
G = 44.09%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0E02C (or 0xF0E02C) is known color: Golden Fizz. HEX triplet: F0, E0 and 2C. RGB value is (240,224,44). Sum of RGB (Red+Green+Blue) = 240+224+44=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 44 (17.58% from 255 or 8.66% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E02C is #0F1FD3. Grayscale: #D1D1D1. Windows color (decimal): -991188 or 2941168. OLE color: 2941168.

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

Color convert

RGB 240 224 44 -
CMYK 0 0.07 0.82 0.06
HSL 55.1º 0.87% 0.56% -
HSV(B) 55.1º 0.82% 0.94% -
XYZ 63.05 72.02 12.96 -
YUV 208.26 35.3 150.64 -
System Red Green Blue C M Y K H S L
Decimal 240 224 44 0 0.07 0.82 0.06 55.1 0.87 0.56
Hex F0 E0 2C 0 7 52 6 37 57 38
Octal 360 340 54 0 7 122 6 67 127 70
Binary 11110000 11100000 101100 0 111 1010010 110 110111 1010111 111000

Color Harmonies of #F0E02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E02C

Black with #F0E02C

Text Example


Text Example

White with #F0E02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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