#F5CE42

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

Shades of Festival #F5CE42

Tints of Festival #F5CE42

Color information

#F5CE42 (or 0xF5CE42) is unknown color: approx Festival. HEX triplet: F5, CE and 42. RGB value is (245,206,66). Sum of RGB (Red+Green+Blue) = 245+206+66=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CE42 is #0A31BD. Grayscale: #CACACA. Windows color (decimal): -668094 or 4378357. OLE color: 4378357.

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

Color convert

RGB24520666-
CMYK00.160.730.04
HSL46.93º89.95%60.98%-
HSV(B)46.93º73.06%96.08%-
XYZ60.7163.9514.3-
YUV201.751.42158.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 66 (26.17% from 255) = 12.77%
R=47.39%
G=39.85%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452066600.160.730.0446.9389.9560.98
HexF5CE420104942f5a3d
Octal36531610202011145713275
Binary1111010111001110100001001000010010011001011111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CE42; }

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

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

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

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

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

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

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

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