#F7CA42

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

Shades of Festival #F7CA42

Tints of Festival #F7CA42

Color information

#F7CA42 (or 0xF7CA42) is unknown color: approx Festival. HEX triplet: F7, CA and 42. RGB value is (247,202,66). Sum of RGB (Red+Green+Blue) = 247+202+66=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CA42 is #0835BD. Grayscale: #C8C8C8. Windows color (decimal): -538046 or 4377335. OLE color: 4377335.

HSL color Cylindrical-coordinate representation of color #F7CA42: hue angle of 45.08º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F7CA42 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB24720266-
CMYK00.180.730.03
HSL45.08º91.88%61.37%-
HSV(B)45.08º73.28%96.86%-
XYZ60.4662.4114.01-
YUV199.9552.41161.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.96%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 66 (26.17% from 255) = 12.82%
R=47.96%
G=39.22%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472026600.180.730.0345.0891.8861.37
HexF7CA420124932d5c3d
Octal36731210202211135513475
Binary111101111100101010000100100101001001111011011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CA42; }

 p { color: rgb(247,202,66); }

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

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

 a { background-color: rgb(247,202,66); }

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

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

 span { border-color: rgb(247,202,66); }

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