#F2D348

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

Shades of Festival #F2D348

Tints of Festival #F2D348

Color information

#F2D348 (or 0xF2D348) is unknown color: approx Festival. HEX triplet: F2, D3 and 48. RGB value is (242,211,72). Sum of RGB (Red+Green+Blue) = 242+211+72=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 72 (28.52% from 255 or 13.71% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D348 is #0D2CB7. Grayscale: #CDCDCD. Windows color (decimal): -863416 or 4772850. OLE color: 4772850.

HSL color Cylindrical-coordinate representation of color #F2D348: hue angle of 49.06º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2D348 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24221172-
CMYK00.130.700.05
HSL49.06º86.73%61.57%-
HSV(B)49.06º70.25%94.9%-
XYZ61.0865.9315.64-
YUV204.4253.27154.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.10%
GREEN value IS 211 (82.81% from 255) = 40.19%
BLUE value IS 72 (28.52% from 255) = 13.71%
R=46.10%
G=40.19%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422117200.130.700.0549.0686.7361.57
HexF2D3480D46531573e
Octal36232311001510656112776
Binary111100101101001110010000110110001101011100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D348; }

 p { color: rgb(242,211,72); }

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

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

 a { background-color: rgb(242,211,72); }

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

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

 span { border-color: rgb(242,211,72); }

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