#F8C344

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

Shades of Cream Can #F8C344

Tints of Cream Can #F8C344

Color information

#F8C344 (or 0xF8C344) is unknown color: approx Cream Can. HEX triplet: F8, C3 and 44. RGB value is (248,195,68). Sum of RGB (Red+Green+Blue) = 248+195+68=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 68 (26.95% from 255 or 13.31% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C344 is #073CBB. Grayscale: #C4C4C4. Windows color (decimal): -474300 or 4506616. OLE color: 4506616.

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

Color convert

RGB24819568-
CMYK00.210.730.03
HSL42.33º92.78%61.96%-
HSV(B)42.33º72.58%97.25%-
XYZ59.2759.413.81-
YUV196.3755.56164.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.53%
GREEN value IS 195 (76.56% from 255) = 38.16%
BLUE value IS 68 (26.95% from 255) = 13.31%
R=48.53%
G=38.16%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481956800.210.730.0342.3392.7861.96
HexF8C3440154932a5d3e
Octal37030310402511135213576
Binary111110001100001110001000101011001001111010101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C344; }

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

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

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

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

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

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

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

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