Html Css Color HEX #F0E325 Golden Fizz

📋 copy color: '#F0E325'

red 240 ◦ green 227 ◦ blue 37

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

Shades of Golden Fizz #F0E325

Tints of Golden Fizz #F0E325

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.04%

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

R = 47.62%
G = 45.04%
B = 7.34%

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

#F0E325 (or 0xF0E325) is known color: Golden Fizz. HEX triplet: F0, E3 and 25. RGB value is (240,227,37). Sum of RGB (Red+Green+Blue) = 240+227+37=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E325 is #0F1CDA. Grayscale: #D2D2D2. Windows color (decimal): -990427 or 2483184. OLE color: 2483184.

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

Color convert

RGB 240 227 37 -
CMYK 0 0.05 0.85 0.06
HSL 56.16º 0.87% 0.54% -
HSV(B) 56.16º 0.85% 0.94% -
XYZ 63.74 73.6 12.6 -
YUV 209.23 30.81 149.95 -
System Red Green Blue C M Y K H S L
Decimal 240 227 37 0 0.05 0.85 0.06 56.16 0.87 0.54
Hex F0 E3 25 0 5 55 6 38 57 36
Octal 360 343 45 0 5 125 6 70 127 66
Binary 11110000 11100011 100101 0 101 1010101 110 111000 1010111 110110

Color Harmonies of #F0E325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E325

Black with #F0E325

Text Example


Text Example

White with #F0E325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E325; }

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

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

background-color css

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

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

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

border-color css

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

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

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