#F0D34A

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

Shades of Festival #F0D34A

Tints of Festival #F0D34A

Color information

#F0D34A (or 0xF0D34A) is unknown color: approx Festival. HEX triplet: F0, D3 and 4A. RGB value is (240,211,74). Sum of RGB (Red+Green+Blue) = 240+211+74=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D34A is #0F2CB5. Grayscale: #CCCCCC. Windows color (decimal): -994486 or 4903920. OLE color: 4903920.

HSL color Cylindrical-coordinate representation of color #F0D34A: hue angle of 49.52º 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 #F0D34A is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB24021174-
CMYK00.120.690.06
HSL49.52º84.69%61.57%-
HSV(B)49.52º69.17%94.12%-
XYZ60.4765.6115.96-
YUV204.0554.61153.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 211 (82.81% from 255) = 40.19%
BLUE value IS 74 (29.30% from 255) = 14.10%
R=45.71%
G=40.19%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402117400.120.690.0649.5284.6961.57
HexF0D34A0C45632553e
Octal36032311201410566212576
Binary111100001101001110010100110010001011101100101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D34A; }

 p { color: rgb(240,211,74); }

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

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

 a { background-color: rgb(240,211,74); }

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

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

 span { border-color: rgb(240,211,74); }

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