#F4CA47

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

Shades of Festival #F4CA47

Tints of Festival #F4CA47

Color information

#F4CA47 (or 0xF4CA47) is unknown color: approx Festival. HEX triplet: F4, CA and 47. RGB value is (244,202,71). Sum of RGB (Red+Green+Blue) = 244+202+71=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 71 (28.12% from 255 or 13.73% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CA47 is #0B35B8. Grayscale: #C8C8C8. Windows color (decimal): -734649 or 4705012. OLE color: 4705012.

HSL color Cylindrical-coordinate representation of color #F4CA47: hue angle of 45.43º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F4CA47 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB24420271-
CMYK00.170.710.04
HSL45.43º88.72%61.76%-
HSV(B)45.43º70.9%95.69%-
XYZ59.5761.9314.78-
YUV199.6255.41159.65-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.20%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 71 (28.12% from 255) = 13.73%
R=47.20%
G=39.07%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442027100.170.710.0445.4388.7261.76
HexF4CA470114742d593e
Octal36431210702110745513176
Binary1111010011001010100011101000110001111001011011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CA47; }

 p { color: rgb(244,202,71); }

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

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

 a { background-color: rgb(244,202,71); }

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

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

 span { border-color: rgb(244,202,71); }

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