#F8CC43

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

Shades of Festival #F8CC43

Tints of Festival #F8CC43

Color information

#F8CC43 (or 0xF8CC43) is unknown color: approx Festival. HEX triplet: F8, CC and 43. RGB value is (248,204,67). Sum of RGB (Red+Green+Blue) = 248+204+67=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 67 (26.56% from 255 or 12.91% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CC43 is #0733BC. Grayscale: #CACACA. Windows color (decimal): -471997 or 4443384. OLE color: 4443384.

HSL color Cylindrical-coordinate representation of color #F8CC43: hue angle of 45.41º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8CC43 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB24820467-
CMYK00.180.730.03
HSL45.41º92.82%61.76%-
HSV(B)45.41º72.98%97.25%-
XYZ61.3263.5514.34-
YUV201.5452.08161.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.78%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 67 (26.56% from 255) = 12.91%
R=47.78%
G=39.31%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482046700.180.730.0345.4192.8261.76
HexF8CC430124932d5d3e
Octal37031410302211135513576
Binary111110001100110010000110100101001001111011011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CC43; }

 p { color: rgb(248,204,67); }

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

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

 a { background-color: rgb(248,204,67); }

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

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

 span { border-color: rgb(248,204,67); }

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