Html Css Color HEX #F0E528 Golden Fizz

📋 copy color: '#F0E528'

red 240 ◦ green 229 ◦ blue 40

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

Shades of Golden Fizz #F0E528

Tints of Golden Fizz #F0E528

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.99%

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

R = 47.15%
G = 44.99%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F0E528 (or 0xF0E528) is known color: Golden Fizz. HEX triplet: F0, E5 and 28. RGB value is (240,229,40). Sum of RGB (Red+Green+Blue) = 240+229+40=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 40 (16.02% from 255 or 7.86% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E528 is #0F1AD7. Grayscale: #D3D3D3. Windows color (decimal): -989912 or 2680304. OLE color: 2680304.

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

Color convert

RGB 240 229 40 -
CMYK 0 0.05 0.83 0.06
HSL 56.7º 0.87% 0.55% -
HSV(B) 56.7º 0.83% 0.94% -
XYZ 64.34 74.72 13.04 -
YUV 210.74 31.64 148.87 -
System Red Green Blue C M Y K H S L
Decimal 240 229 40 0 0.05 0.83 0.06 56.7 0.87 0.55
Hex F0 E5 28 0 5 53 6 39 57 37
Octal 360 345 50 0 5 123 6 71 127 67
Binary 11110000 11100101 101000 0 101 1010011 110 111001 1010111 110111

Color Harmonies of #F0E528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E528

Black with #F0E528

Text Example


Text Example

White with #F0E528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E528; }

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

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

background-color css

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

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

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

border-color css

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

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

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