#F1D33E

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

Shades of Festival #F1D33E

Tints of Festival #F1D33E

Color information

#F1D33E (or 0xF1D33E) is unknown color: approx Festival. HEX triplet: F1, D3 and 3E. RGB value is (241,211,62). Sum of RGB (Red+Green+Blue) = 241+211+62=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 62 (24.61% from 255 or 12.06% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D33E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D33E is #0E2CC1. Grayscale: #CBCBCB. Windows color (decimal): -928962 or 4117489. OLE color: 4117489.

HSL color Cylindrical-coordinate representation of color #F1D33E: hue angle of 49.94º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1D33E is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24121162-
CMYK00.120.740.05
HSL49.94º86.47%59.41%-
HSV(B)49.94º74.27%94.51%-
XYZ60.4465.6414.04-
YUV202.9848.44155.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 211 (82.81% from 255) = 41.05%
BLUE value IS 62 (24.61% from 255) = 12.06%
R=46.89%
G=41.05%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412116200.120.740.0549.9486.4759.41
HexF1D33E0C4A532563b
Octal3613237601411256212673
Binary11110001110100111111100110010010101011100101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D33E; }

 p { color: rgb(241,211,62); }

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

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

 a { background-color: rgb(241,211,62); }

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

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

 span { border-color: rgb(241,211,62); }

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