Html Css Color HEX #F0E234 Golden Fizz

📋 copy color: '#F0E234'

red 240 ◦ green 226 ◦ blue 52

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

Shades of Golden Fizz #F0E234

Tints of Golden Fizz #F0E234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.04%

R = 46.33%
G = 43.63%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F0E234 (or 0xF0E234) is known color: Golden Fizz. HEX triplet: F0, E2 and 34. RGB value is (240,226,52). Sum of RGB (Red+Green+Blue) = 240+226+52=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 52 (20.70% from 255 or 10.04% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E234 is #0F1DCB. Grayscale: #D3D3D3. Windows color (decimal): -990668 or 3465968. OLE color: 3465968.

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

Color convert

RGB 240 226 52 -
CMYK 0 0.06 0.78 0.06
HSL 55.53º 0.86% 0.57% -
HSV(B) 55.53º 0.78% 0.94% -
XYZ 63.75 73.17 14.01 -
YUV 210.35 38.64 149.15 -
System Red Green Blue C M Y K H S L
Decimal 240 226 52 0 0.06 0.78 0.06 55.53 0.86 0.57
Hex F0 E2 34 0 6 4E 6 38 56 39
Octal 360 342 64 0 6 116 6 70 126 71
Binary 11110000 11100010 110100 0 110 1001110 110 111000 1010110 111001

Color Harmonies of #F0E234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E234

Black with #F0E234

Text Example


Text Example

White with #F0E234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E234; }

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

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

background-color css

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

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

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

border-color css

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

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

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