#F0CD4E

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

Shades of Festival #F0CD4E

Tints of Festival #F0CD4E

Color information

#F0CD4E (or 0xF0CD4E) is unknown color: approx Festival. HEX triplet: F0, CD and 4E. RGB value is (240,205,78). Sum of RGB (Red+Green+Blue) = 240+205+78=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 78 (30.86% from 255 or 14.91% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CD4E is #0F32B1. Grayscale: #C9C9C9. Windows color (decimal): -996018 or 5164528. OLE color: 5164528.

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

Color convert

RGB24020578-
CMYK00.150.680.06
HSL47.04º84.38%62.35%-
HSV(B)47.04º67.5%94.12%-
XYZ59.1462.7416.2-
YUV200.9958.6155.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.89%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 78 (30.86% from 255) = 14.91%
R=45.89%
G=39.20%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402057800.150.680.0647.0484.3862.35
HexF0CD4E0F4462f543e
Octal36031511601710465712476
Binary111100001100110110011100111110001001101011111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CD4E; }

 p { color: rgb(240,205,78); }

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

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

 a { background-color: rgb(240,205,78); }

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

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

 span { border-color: rgb(240,205,78); }

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