#F0C649

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

Shades of Festival #F0C649

Tints of Festival #F0C649

Color information

#F0C649 (or 0xF0C649) is unknown color: approx Festival. HEX triplet: F0, C6 and 49. RGB value is (240,198,73). Sum of RGB (Red+Green+Blue) = 240+198+73=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C649 is #0F39B6. Grayscale: #C4C4C4. Windows color (decimal): -997815 or 4835056. OLE color: 4835056.

HSL color Cylindrical-coordinate representation of color #F0C649: hue angle of 44.91º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0C649 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB24019873-
CMYK00.180.700.06
HSL44.91º84.77%61.37%-
HSV(B)44.91º69.58%94.12%-
XYZ57.3359.3914.75-
YUV196.3158.41159.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.97%
GREEN value IS 198 (77.73% from 255) = 38.75%
BLUE value IS 73 (28.91% from 255) = 14.29%
R=46.97%
G=38.75%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401987300.180.700.0644.9184.7761.37
HexF0C6490124662d553d
Octal36030611102210665512575
Binary1111000011000110100100101001010001101101011011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C649; }

 p { color: rgb(240,198,73); }

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

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

 a { background-color: rgb(240,198,73); }

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

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

 span { border-color: rgb(240,198,73); }

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