#F0C545

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

Shades of Festival #F0C545

Tints of Festival #F0C545

Color information

#F0C545 (or 0xF0C545) is unknown color: approx Festival. HEX triplet: F0, C5 and 45. RGB value is (240,197,69). Sum of RGB (Red+Green+Blue) = 240+197+69=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C545 is #0F3ABA. Grayscale: #C3C3C3. Windows color (decimal): -998075 or 4572656. OLE color: 4572656.

HSL color Cylindrical-coordinate representation of color #F0C545: 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.71%. Process color model (Four color, CMYK) of #F0C545 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB24019769-
CMYK00.180.710.06
HSL44.91º85.07%60.59%-
HSV(B)44.91º71.25%94.12%-
XYZ56.9858.8913.99-
YUV195.2656.75159.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.43%
GREEN value IS 197 (77.34% from 255) = 38.93%
BLUE value IS 69 (27.34% from 255) = 13.64%
R=47.43%
G=38.93%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401976900.180.710.0644.9185.0760.59
HexF0C5450124762d553d
Octal36030510502210765512575
Binary1111000011000101100010101001010001111101011011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C545; }

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

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

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

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

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

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

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

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