Html Css Color HEX #F0E235 Golden Fizz

📋 copy color: '#F0E235'

red 240 ◦ green 226 ◦ blue 53

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

Shades of Golden Fizz #F0E235

Tints of Golden Fizz #F0E235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.21%

R = 46.24%
G = 43.55%
B = 10.21%

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

#F0E235 (or 0xF0E235) is known color: Golden Fizz. HEX triplet: F0, E2 and 35. RGB value is (240,226,53). Sum of RGB (Red+Green+Blue) = 240+226+53=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 53 (21.09% from 255 or 10.21% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E235 is #0F1DCA. Grayscale: #D3D3D3. Windows color (decimal): -990667 or 3531504. OLE color: 3531504.

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

Color convert

RGB 240 226 53 -
CMYK 0 0.06 0.78 0.06
HSL 55.51º 0.86% 0.57% -
HSV(B) 55.51º 0.78% 0.94% -
XYZ 63.77 73.18 14.13 -
YUV 210.46 39.14 149.07 -
System Red Green Blue C M Y K H S L
Decimal 240 226 53 0 0.06 0.78 0.06 55.51 0.86 0.57
Hex F0 E2 35 0 6 4E 6 38 56 39
Octal 360 342 65 0 6 116 6 70 126 71
Binary 11110000 11100010 110101 0 110 1001110 110 111000 1010110 111001

Color Harmonies of #F0E235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E235

Black with #F0E235

Text Example


Text Example

White with #F0E235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E235; }

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

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

background-color css

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

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

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

border-color css

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

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

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