#F3C452

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

Shades of Cream Can #F3C452

Tints of Cream Can #F3C452

Color information

#F3C452 (or 0xF3C452) is unknown color: approx Cream Can. HEX triplet: F3, C4 and 52. RGB value is (243,196,82). Sum of RGB (Red+Green+Blue) = 243+196+82=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C452 is #0C3BAD. Grayscale: #C5C5C5. Windows color (decimal): -801710 or 5424371. OLE color: 5424371.

HSL color Cylindrical-coordinate representation of color #F3C452: hue angle of 42.48º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F3C452 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB24319682-
CMYK00.190.660.05
HSL42.48º87.03%63.73%-
HSV(B)42.48º66.26%95.29%-
XYZ58.2359.1416.33-
YUV197.0663.07160.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.64%
GREEN value IS 196 (76.95% from 255) = 37.62%
BLUE value IS 82 (32.42% from 255) = 15.74%
R=46.64%
G=37.62%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431968200.190.660.0542.4887.0363.73
HexF3C4520134252a5740
Octal363304122023102552127100
Binary11110011110001001010010010011100001010110101010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C452; }

 p { color: rgb(243,196,82); }

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

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

 a { background-color: rgb(243,196,82); }

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

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

 span { border-color: rgb(243,196,82); }

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