#F0C94B

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

Shades of Festival #F0C94B

Tints of Festival #F0C94B

Color information

#F0C94B (or 0xF0C94B) is unknown color: approx Festival. HEX triplet: F0, C9 and 4B. RGB value is (240,201,75). Sum of RGB (Red+Green+Blue) = 240+201+75=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C94B is #0F36B4. Grayscale: #C6C6C6. Windows color (decimal): -997045 or 4966896. OLE color: 4966896.

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

Color convert

RGB24020175-
CMYK00.160.690.06
HSL45.82º84.62%61.76%-
HSV(B)45.82º68.75%94.12%-
XYZ58.0960.8115.33-
YUV198.358.42157.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.51%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 75 (29.69% from 255) = 14.53%
R=46.51%
G=38.95%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402017500.160.690.0645.8284.6261.76
HexF0C94B0104562e553e
Octal36031111302010565612576
Binary1111000011001001100101101000010001011101011101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C94B; }

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

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

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

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

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

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

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

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