#F6C454

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

Shades of Cream Can #F6C454

Tints of Cream Can #F6C454

Color information

#F6C454 (or 0xF6C454) is unknown color: approx Cream Can. HEX triplet: F6, C4 and 54. RGB value is (246,196,84). Sum of RGB (Red+Green+Blue) = 246+196+84=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 84 (33.20% from 255 or 15.97% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C454 is #093BAB. Grayscale: #C6C6C6. Windows color (decimal): -605100 or 5555446. OLE color: 5555446.

HSL color Cylindrical-coordinate representation of color #F6C454: hue angle of 41.48º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F6C454 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB24619684-
CMYK00.200.660.04
HSL41.48º90%64.71%-
HSV(B)41.48º65.85%96.47%-
XYZ59.3559.7116.79-
YUV198.1863.56162.11-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.77%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 84 (33.20% from 255) = 15.97%
R=46.77%
G=37.26%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461968400.200.660.0441.489064.71
HexF6C454014424295a41
Octal366304124024102451132101
Binary11110110110001001010100010100100001010010100110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C454; }

 p { color: rgb(246,196,84); }

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

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

 a { background-color: rgb(246,196,84); }

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

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

 span { border-color: rgb(246,196,84); }

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