#F5D241

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

Shades of Festival #F5D241

Tints of Festival #F5D241

Color information

#F5D241 (or 0xF5D241) is unknown color: approx Festival. HEX triplet: F5, D2 and 41. RGB value is (245,210,65). Sum of RGB (Red+Green+Blue) = 245+210+65=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 65 (25.78% from 255 or 12.5% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D241 is #0A2DBE. Grayscale: #CCCCCC. Windows color (decimal): -667071 or 4313845. OLE color: 4313845.

HSL color Cylindrical-coordinate representation of color #F5D241: hue angle of 48.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5D241 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB24521065-
CMYK00.140.730.04
HSL48.33º90%60.78%-
HSV(B)48.33º73.47%96.08%-
XYZ61.6665.8914.47-
YUV203.9349.6157.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.12%
GREEN value IS 210 (82.42% from 255) = 40.38%
BLUE value IS 65 (25.78% from 255) = 12.5%
R=47.12%
G=40.38%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452106500.140.730.0448.339060.78
HexF5D2410E494305a3d
Octal36532210101611146013275
Binary111101011101001010000010111010010011001100001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D241; }

 p { color: rgb(245,210,65); }

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

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

 a { background-color: rgb(245,210,65); }

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

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

 span { border-color: rgb(245,210,65); }

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