#F0D844

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

Shades of Festival #F0D844

Tints of Festival #F0D844

Color information

#F0D844 (or 0xF0D844) is unknown color: approx Festival. HEX triplet: F0, D8 and 44. RGB value is (240,216,68). Sum of RGB (Red+Green+Blue) = 240+216+68=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 68 (26.95% from 255 or 12.98% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D844 is #0F27BB. Grayscale: #CECECE. Windows color (decimal): -993212 or 4511984. OLE color: 4511984.

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

Color convert

RGB24021668-
CMYK00.10.720.06
HSL51.63º85.15%60.39%-
HSV(B)51.63º71.67%94.12%-
XYZ61.5368.0515.36-
YUV206.349.95152.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.80%
GREEN value IS 216 (84.77% from 255) = 41.22%
BLUE value IS 68 (26.95% from 255) = 12.98%
R=45.80%
G=41.22%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402166800.10.720.0651.6385.1560.39
HexF0D8440A48634553c
Octal36033010401211066412574
Binary111100001101100010001000101010010001101101001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D844; }

 p { color: rgb(240,216,68); }

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

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

 a { background-color: rgb(240,216,68); }

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

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

 span { border-color: rgb(240,216,68); }

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