#F4C642

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

Shades of Festival #F4C642

Tints of Festival #F4C642

Color information

#F4C642 (or 0xF4C642) is unknown color: approx Festival. HEX triplet: F4, C6 and 42. RGB value is (244,198,66). Sum of RGB (Red+Green+Blue) = 244+198+66=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 66 (26.17% from 255 or 12.99% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C642 is #0B39BD. Grayscale: #C5C5C5. Windows color (decimal): -735678 or 4376308. OLE color: 4376308.

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

Color convert

RGB24419866-
CMYK00.190.730.04
HSL44.49º89%60.78%-
HSV(B)44.49º72.95%95.69%-
XYZ58.4960.0113.66-
YUV196.7154.24161.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.03%
GREEN value IS 198 (77.73% from 255) = 38.98%
BLUE value IS 66 (26.17% from 255) = 12.99%
R=48.03%
G=38.98%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441986600.190.730.0444.498960.78
HexF4C6420134942c593d
Octal36430610202311145413175
Binary1111010011000110100001001001110010011001011001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C642; }

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

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

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

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

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

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

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

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