#F3CD48

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

Shades of Festival #F3CD48

Tints of Festival #F3CD48

Color information

#F3CD48 (or 0xF3CD48) is unknown color: approx Festival. HEX triplet: F3, CD and 48. RGB value is (243,205,72). Sum of RGB (Red+Green+Blue) = 243+205+72=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CD48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CD48 is #0C32B7. Grayscale: #C9C9C9. Windows color (decimal): -799416 or 4771315. OLE color: 4771315.

HSL color Cylindrical-coordinate representation of color #F3CD48: hue angle of 46.67º degrees, saturation: 0.88, 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 #F3CD48 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24320572-
CMYK00.160.700.05
HSL46.67º87.69%61.76%-
HSV(B)46.67º70.37%95.29%-
XYZ59.9663.1915.17-
YUV201.255.09157.81-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.73%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 72 (28.52% from 255) = 13.85%
R=46.73%
G=39.42%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432057200.160.700.0546.6787.6961.76
HexF3CD480104652f583e
Octal36331511002010655713076
Binary1111001111001101100100001000010001101011011111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CD48; }

 p { color: rgb(243,205,72); }

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

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

 a { background-color: rgb(243,205,72); }

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

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

 span { border-color: rgb(243,205,72); }

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