Html Css Color HEX #F0EA28 Golden Fizz

📋 copy color: '#F0EA28'

red 240 ◦ green 234 ◦ blue 40

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

Shades of Golden Fizz #F0EA28

Tints of Golden Fizz #F0EA28

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.53%

 BLUE value IS 40 (16.02% from 255) = 7.78%

R = 46.69%
G = 45.53%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F0EA28 (or 0xF0EA28) is known color: Golden Fizz. HEX triplet: F0, EA and 28. RGB value is (240,234,40). Sum of RGB (Red+Green+Blue) = 240+234+40=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 40 (16.02% from 255 or 7.78% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EA28 is #0F15D7. Grayscale: #D6D6D6. Windows color (decimal): -988632 or 2681584. OLE color: 2681584.

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

Color convert

RGB 240 234 40 -
CMYK 0 0.02 0.83 0.06
HSL 58.2º 0.87% 0.55% -
HSV(B) 58.2º 0.83% 0.94% -
XYZ 65.74 77.52 13.51 -
YUV 213.68 29.99 146.77 -
System Red Green Blue C M Y K H S L
Decimal 240 234 40 0 0.02 0.83 0.06 58.2 0.87 0.55
Hex F0 EA 28 0 2 53 6 3A 57 37
Octal 360 352 50 0 2 123 6 72 127 67
Binary 11110000 11101010 101000 0 10 1010011 110 111010 1010111 110111

Color Harmonies of #F0EA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EA28

Black with #F0EA28

Text Example


Text Example

White with #F0EA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EA28; }

 p { color: rgb(240,234,40); }

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

background-color css

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

 a { background-color: rgb(240,234,40); }

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

border-color css

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

 span { border-color: rgb(240,234,40); }

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