#F8CA44

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

Shades of Festival #F8CA44

Tints of Festival #F8CA44

Color information

#F8CA44 (or 0xF8CA44) is unknown color: approx Festival. HEX triplet: F8, CA and 44. RGB value is (248,202,68). Sum of RGB (Red+Green+Blue) = 248+202+68=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CA44 is #0735BB. Grayscale: #C9C9C9. Windows color (decimal): -472508 or 4508408. OLE color: 4508408.

HSL color Cylindrical-coordinate representation of color #F8CA44: hue angle of 44.67º 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 #F8CA44 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB24820268-
CMYK00.190.730.03
HSL44.67º92.78%61.96%-
HSV(B)44.67º72.58%97.25%-
XYZ60.8862.6114.35-
YUV200.4853.24161.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.88%
GREEN value IS 202 (79.30% from 255) = 39.00%
BLUE value IS 68 (26.95% from 255) = 13.13%
R=47.88%
G=39.00%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482026800.190.730.0344.6792.7861.96
HexF8CA440134932d5d3e
Octal37031210402311135513576
Binary111110001100101010001000100111001001111011011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CA44; }

 p { color: rgb(248,202,68); }

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

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

 a { background-color: rgb(248,202,68); }

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

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

 span { border-color: rgb(248,202,68); }

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