#F4C742

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

Shades of Festival #F4C742

Tints of Festival #F4C742

Color information

#F4C742 (or 0xF4C742) is unknown color: approx Festival. HEX triplet: F4, C7 and 42. RGB value is (244,199,66). Sum of RGB (Red+Green+Blue) = 244+199+66=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 66 (26.17% from 255 or 12.97% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C742 is #0B38BD. Grayscale: #C5C5C5. Windows color (decimal): -735422 or 4376564. OLE color: 4376564.

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

Color convert

RGB24419966-
CMYK00.180.730.04
HSL44.83º89%60.78%-
HSV(B)44.83º72.95%95.69%-
XYZ58.7260.4713.73-
YUV197.2953.91161.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.94%
GREEN value IS 199 (78.12% from 255) = 39.10%
BLUE value IS 66 (26.17% from 255) = 12.97%
R=47.94%
G=39.10%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441996600.180.730.0444.838960.78
HexF4C7420124942d593d
Octal36430710202211145513175
Binary1111010011000111100001001001010010011001011011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C742; }

 p { color: rgb(244,199,66); }

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

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

 a { background-color: rgb(244,199,66); }

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

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

 span { border-color: rgb(244,199,66); }

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