#F2D841

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

Shades of Festival #F2D841

Tints of Festival #F2D841

Color information

#F2D841 (or 0xF2D841) is unknown color: approx Festival. HEX triplet: F2, D8 and 41. RGB value is (242,216,65). Sum of RGB (Red+Green+Blue) = 242+216+65=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 65 (25.78% from 255 or 12.43% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D841 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D841 is #0D27BE. Grayscale: #CFCFCF. Windows color (decimal): -862143 or 4315378. OLE color: 4315378.

HSL color Cylindrical-coordinate representation of color #F2D841: hue angle of 51.19º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2D841 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB24221665-
CMYK00.110.730.05
HSL51.19º87.19%60.2%-
HSV(B)51.19º73.14%94.9%-
XYZ62.1368.3714.92-
YUV206.5648.11153.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 216 (84.77% from 255) = 41.30%
BLUE value IS 65 (25.78% from 255) = 12.43%
R=46.27%
G=41.30%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422166500.110.730.0551.1987.1960.2
HexF2D8410B49533573c
Octal36233010101311156312774
Binary111100101101100010000010101110010011011100111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D841; }

 p { color: rgb(242,216,65); }

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

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

 a { background-color: rgb(242,216,65); }

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

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

 span { border-color: rgb(242,216,65); }

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