Html Css Color HEX #F0E825 Golden Fizz

📋 copy color: '#F0E825'

red 240 ◦ green 232 ◦ blue 37

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

Shades of Golden Fizz #F0E825

Tints of Golden Fizz #F0E825

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.58%

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

R = 47.15%
G = 45.58%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F0E825 (or 0xF0E825) is known color: Golden Fizz. HEX triplet: F0, E8 and 25. RGB value is (240,232,37). Sum of RGB (Red+Green+Blue) = 240+232+37=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 37 (14.84% from 255 or 7.27% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E825 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E825 is #0F17DA. Grayscale: #D4D4D4. Windows color (decimal): -989147 or 2484464. OLE color: 2484464.

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

Color convert

RGB 240 232 37 -
CMYK 0 0.03 0.85 0.06
HSL 57.64º 0.87% 0.54% -
HSV(B) 57.64º 0.85% 0.94% -
XYZ 65.13 76.37 13.06 -
YUV 212.16 29.15 147.86 -
System Red Green Blue C M Y K H S L
Decimal 240 232 37 0 0.03 0.85 0.06 57.64 0.87 0.54
Hex F0 E8 25 0 3 55 6 3A 57 36
Octal 360 350 45 0 3 125 6 72 127 66
Binary 11110000 11101000 100101 0 11 1010101 110 111010 1010111 110110

Color Harmonies of #F0E825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E825

Black with #F0E825

Text Example


Text Example

White with #F0E825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E825; }

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

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

background-color css

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

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

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

border-color css

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

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

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