#F0C949

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

Shades of Festival #F0C949

Tints of Festival #F0C949

Color information

#F0C949 (or 0xF0C949) is unknown color: approx Festival. HEX triplet: F0, C9 and 49. RGB value is (240,201,73). Sum of RGB (Red+Green+Blue) = 240+201+73=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 73 (28.91% from 255 or 14.20% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C949 is #0F36B6. Grayscale: #C6C6C6. Windows color (decimal): -997047 or 4835824. OLE color: 4835824.

HSL color Cylindrical-coordinate representation of color #F0C949: hue angle of 45.99º 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 #F0C949 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB24020173-
CMYK00.160.700.06
HSL45.99º84.77%61.37%-
HSV(B)45.99º69.58%94.12%-
XYZ58.0260.7814.98-
YUV198.0757.42157.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.69%
GREEN value IS 201 (78.91% from 255) = 39.11%
BLUE value IS 73 (28.91% from 255) = 14.20%
R=46.69%
G=39.11%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402017300.160.700.0645.9984.7761.37
HexF0C9490104662e553d
Octal36031111102010665612575
Binary1111000011001001100100101000010001101101011101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C949; }

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

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

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

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

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

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

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

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