#F0D041

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

Shades of Festival #F0D041

Tints of Festival #F0D041

Color information

#F0D041 (or 0xF0D041) is unknown color: approx Festival. HEX triplet: F0, D0 and 41. RGB value is (240,208,65). Sum of RGB (Red+Green+Blue) = 240+208+65=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 65 (25.78% from 255 or 12.67% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D041 is #0F2FBE. Grayscale: #C9C9C9. Windows color (decimal): -995263 or 4313328. OLE color: 4313328.

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

Color convert

RGB24020865-
CMYK00.130.730.06
HSL49.03º85.37%59.8%-
HSV(B)49.03º72.92%94.12%-
XYZ59.4564.0214.22-
YUV201.2751.1155.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 208 (81.64% from 255) = 40.55%
BLUE value IS 65 (25.78% from 255) = 12.67%
R=46.78%
G=40.55%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402086500.130.730.0649.0385.3759.8
HexF0D0410D49631553c
Octal36032010101511166112574
Binary111100001101000010000010110110010011101100011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D041; }

 p { color: rgb(240,208,65); }

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

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

 a { background-color: rgb(240,208,65); }

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

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

 span { border-color: rgb(240,208,65); }

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