Html Css Color HEX #F0E132 Golden Fizz

📋 copy color: '#F0E132'

red 240 ◦ green 225 ◦ blue 50

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

Shades of Golden Fizz #F0E132

Tints of Golden Fizz #F0E132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.69%

 BLUE value IS 50 (19.92% from 255) = 9.71%

R = 46.6%
G = 43.69%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F0E132 (or 0xF0E132) is known color: Golden Fizz. HEX triplet: F0, E1 and 32. RGB value is (240,225,50). Sum of RGB (Red+Green+Blue) = 240+225+50=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 50 (19.92% from 255 or 9.71% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E132 is #0F1ECD. Grayscale: #D2D2D2. Windows color (decimal): -990926 or 3334640. OLE color: 3334640.

HSL color Cylindrical-coordinate representation of color #F0E132: hue angle of 55.26º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0E132 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 225 50 -
CMYK 0 0.06 0.79 0.06
HSL 55.26º 0.86% 0.57% -
HSV(B) 55.26º 0.79% 0.94% -
XYZ 63.44 72.61 13.69 -
YUV 209.54 37.97 149.73 -
System Red Green Blue C M Y K H S L
Decimal 240 225 50 0 0.06 0.79 0.06 55.26 0.86 0.57
Hex F0 E1 32 0 6 4F 6 37 56 39
Octal 360 341 62 0 6 117 6 67 126 71
Binary 11110000 11100001 110010 0 110 1001111 110 110111 1010110 111001

Color Harmonies of #F0E132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E132

Black with #F0E132

Text Example


Text Example

White with #F0E132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E132; }

 p { color: rgb(240,225,50); }

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

background-color css

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

 a { background-color: rgb(240,225,50); }

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

border-color css

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

 span { border-color: rgb(240,225,50); }

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