Html Css Color HEX #F0E525 Golden Fizz

📋 copy color: '#F0E525'

red 240 ◦ green 229 ◦ blue 37

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

Shades of Golden Fizz #F0E525

Tints of Golden Fizz #F0E525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.31%

R = 47.43%
G = 45.26%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F0E525 (or 0xF0E525) is known color: Golden Fizz. HEX triplet: F0, E5 and 25. RGB value is (240,229,37). Sum of RGB (Red+Green+Blue) = 240+229+37=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 37 (14.84% from 255 or 7.31% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E525 is #0F1ADA. Grayscale: #D3D3D3. Windows color (decimal): -989915 or 2483696. OLE color: 2483696.

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

Color convert

RGB 240 229 37 -
CMYK 0 0.05 0.85 0.06
HSL 56.75º 0.87% 0.54% -
HSV(B) 56.75º 0.85% 0.94% -
XYZ 64.29 74.7 12.78 -
YUV 210.4 30.14 149.11 -
System Red Green Blue C M Y K H S L
Decimal 240 229 37 0 0.05 0.85 0.06 56.75 0.87 0.54
Hex F0 E5 25 0 5 55 6 39 57 36
Octal 360 345 45 0 5 125 6 71 127 66
Binary 11110000 11100101 100101 0 101 1010101 110 111001 1010111 110110

Color Harmonies of #F0E525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E525

Black with #F0E525

Text Example


Text Example

White with #F0E525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E525; }

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

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

background-color css

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

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

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

border-color css

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

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

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