#F0E13D

Color #F0E13D Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #F0E13D

Tints of Golden Fizz #F0E13D

Color information

#F0E13D (or 0xF0E13D) is unknown color: approx Golden Fizz. HEX triplet: F0, E1 and 3D. RGB value is (240,225,61). Sum of RGB (Red+Green+Blue) = 240+225+61=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E13D is #0F1EC2. Grayscale: #D3D3D3. Windows color (decimal): -990915 or 4055536. OLE color: 4055536.

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

Color convert

RGB24022561-
CMYK00.060.750.06
HSL54.97º85.65%59.02%-
HSV(B)54.97º74.58%94.12%-
XYZ63.772.7115.09-
YUV210.7943.47148.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.63%
GREEN value IS 225 (88.28% from 255) = 42.78%
BLUE value IS 61 (24.22% from 255) = 11.60%
R=45.63%
G=42.78%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402256100.060.750.0654.9785.6559.02
HexF0E13D064B637563b
Octal360341750611366712673
Binary1111000011100001111101011010010111101101111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E13D; }

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

 H1.HeaderClassName
 {
   color: #F0E13D;
 }
 .AnyTagClassName
 {
   color: #F0E13D;
 }
</style>
background-color css

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

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

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

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

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

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