#F5CF40

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

Shades of Festival #F5CF40

Tints of Festival #F5CF40

Color information

#F5CF40 (or 0xF5CF40) is unknown color: approx Festival. HEX triplet: F5, CF and 40. RGB value is (245,207,64). Sum of RGB (Red+Green+Blue) = 245+207+64=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CF40 is #0A30BF. Grayscale: #CACACA. Windows color (decimal): -667840 or 4247541. OLE color: 4247541.

HSL color Cylindrical-coordinate representation of color #F5CF40: hue angle of 47.4º 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 #F5CF40 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24520764-
CMYK00.160.740.04
HSL47.4º90.05%60.59%-
HSV(B)47.4º73.88%96.08%-
XYZ60.8964.4114.07-
YUV202.0650.09158.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.48%
GREEN value IS 207 (81.25% from 255) = 40.12%
BLUE value IS 64 (25.39% from 255) = 12.40%
R=47.48%
G=40.12%
B=12.40%

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
Decimal2452076400.160.740.0447.490.0560.59
HexF5CF400104A42f5a3d
Octal36531710002011245713275
Binary1111010111001111100000001000010010101001011111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CF40; }

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

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

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

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

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

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

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

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