Html Css Color HEX #F0E232 Golden Fizz

📋 copy color: '#F0E232'

red 240 ◦ green 226 ◦ blue 50

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

Shades of Golden Fizz #F0E232

Tints of Golden Fizz #F0E232

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.8%

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

R = 46.51%
G = 43.8%
B = 9.69%

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

#F0E232 (or 0xF0E232) is known color: Golden Fizz. HEX triplet: F0, E2 and 32. RGB value is (240,226,50). Sum of RGB (Red+Green+Blue) = 240+226+50=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 50 (19.92% from 255 or 9.69% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E232 is #0F1DCD. Grayscale: #D2D2D2. Windows color (decimal): -990670 or 3334896. OLE color: 3334896.

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

Color convert

RGB 240 226 50 -
CMYK 0 0.06 0.79 0.06
HSL 55.58º 0.86% 0.57% -
HSV(B) 55.58º 0.79% 0.94% -
XYZ 63.71 73.15 13.78 -
YUV 210.12 37.64 149.31 -
System Red Green Blue C M Y K H S L
Decimal 240 226 50 0 0.06 0.79 0.06 55.58 0.86 0.57
Hex F0 E2 32 0 6 4F 6 38 56 39
Octal 360 342 62 0 6 117 6 70 126 71
Binary 11110000 11100010 110010 0 110 1001111 110 111000 1010110 111001

Color Harmonies of #F0E232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E232

Black with #F0E232

Text Example


Text Example

White with #F0E232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E232; }

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

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

background-color css

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

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

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

border-color css

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

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

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