#F0C945

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

Shades of Festival #F0C945

Tints of Festival #F0C945

Color information

#F0C945 (or 0xF0C945) is unknown color: approx Festival. HEX triplet: F0, C9 and 45. RGB value is (240,201,69). Sum of RGB (Red+Green+Blue) = 240+201+69=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 69 (27.34% from 255 or 13.53% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C945 is #0F36BA. Grayscale: #C6C6C6. Windows color (decimal): -997051 or 4573680. OLE color: 4573680.

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

Color convert

RGB24020169-
CMYK00.160.710.06
HSL46.32º85.07%60.59%-
HSV(B)46.32º71.25%94.12%-
XYZ57.960.7314.3-
YUV197.6155.42158.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.06%
GREEN value IS 201 (78.91% from 255) = 39.41%
BLUE value IS 69 (27.34% from 255) = 13.53%
R=47.06%
G=39.41%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402016900.160.710.0646.3285.0760.59
HexF0C9450104762e553d
Octal36031110502010765612575
Binary1111000011001001100010101000010001111101011101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C945; }

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

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

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

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

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

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

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

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