#F0CA43

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

Shades of Festival #F0CA43

Tints of Festival #F0CA43

Color information

#F0CA43 (or 0xF0CA43) is unknown color: approx Festival. HEX triplet: F0, CA and 43. RGB value is (240,202,67). Sum of RGB (Red+Green+Blue) = 240+202+67=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 67 (26.56% from 255 or 13.16% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CA43 is #0F35BC. Grayscale: #C6C6C6. Windows color (decimal): -996797 or 4442864. OLE color: 4442864.

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

Color convert

RGB24020267-
CMYK00.160.720.06
HSL46.82º85.22%60.2%-
HSV(B)46.82º72.08%94.12%-
XYZ58.0761.1714.06-
YUV197.9754.09157.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.15%
GREEN value IS 202 (79.30% from 255) = 39.69%
BLUE value IS 67 (26.56% from 255) = 13.16%
R=47.15%
G=39.69%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402026700.160.720.0646.8285.2260.2
HexF0CA430104862f553c
Octal36031210302011065712574
Binary1111000011001010100001101000010010001101011111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CA43; }

 p { color: rgb(240,202,67); }

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

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

 a { background-color: rgb(240,202,67); }

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

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

 span { border-color: rgb(240,202,67); }

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