#F5CE40

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

Shades of Festival #F5CE40

Tints of Festival #F5CE40

Color information

#F5CE40 (or 0xF5CE40) is unknown color: approx Festival. HEX triplet: F5, CE and 40. RGB value is (245,206,64). Sum of RGB (Red+Green+Blue) = 245+206+64=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CE40 is #0A31BF. Grayscale: #CACACA. Windows color (decimal): -668096 or 4247285. OLE color: 4247285.

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

Color convert

RGB24520664-
CMYK00.160.740.04
HSL47.07º90.05%60.59%-
HSV(B)47.07º73.88%96.08%-
XYZ60.6563.9313.99-
YUV201.4750.42159.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.57%
GREEN value IS 206 (80.86% from 255) = 40%
BLUE value IS 64 (25.39% from 255) = 12.43%
R=47.57%
G=40%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452066400.160.740.0447.0790.0560.59
HexF5CE400104A42f5a3d
Octal36531610002011245713275
Binary1111010111001110100000001000010010101001011111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CE40; }

 p { color: rgb(245,206,64); }

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

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

 a { background-color: rgb(245,206,64); }

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

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

 span { border-color: rgb(245,206,64); }

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