#F3CE3D

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

Shades of Festival #F3CE3D

Tints of Festival #F3CE3D

Color information

#F3CE3D (or 0xF3CE3D) is unknown color: approx Festival. HEX triplet: F3, CE and 3D. RGB value is (243,206,61). Sum of RGB (Red+Green+Blue) = 243+206+61=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CE3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CE3D is #0C31C2. Grayscale: #C9C9C9. Windows color (decimal): -799171 or 4050675. OLE color: 4050675.

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

Color convert

RGB24320661-
CMYK00.150.750.05
HSL47.8º88.35%59.61%-
HSV(B)47.8º74.9%95.29%-
XYZ59.8863.5313.52-
YUV200.5349.26158.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.65%
GREEN value IS 206 (80.86% from 255) = 40.39%
BLUE value IS 61 (24.22% from 255) = 11.96%
R=47.65%
G=40.39%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432066100.150.750.0547.888.3559.61
HexF3CE3D0F4B530583c
Octal3633167501711356013074
Binary11110011110011101111010111110010111011100001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CE3D; }

 p { color: rgb(243,206,61); }

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

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

 a { background-color: rgb(243,206,61); }

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

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

 span { border-color: rgb(243,206,61); }

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