#F6BE46

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

Shades of Cream Can #F6BE46

Tints of Cream Can #F6BE46

Color information

#F6BE46 (or 0xF6BE46) is unknown color: approx Cream Can. HEX triplet: F6, BE and 46. RGB value is (246,190,70). Sum of RGB (Red+Green+Blue) = 246+190+70=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BE46 is #0941B9. Grayscale: #C1C1C1. Windows color (decimal): -606650 or 4636406. OLE color: 4636406.

HSL color Cylindrical-coordinate representation of color #F6BE46: hue angle of 40.91º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6BE46 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB24619070-
CMYK00.230.720.04
HSL40.91º90.72%61.96%-
HSV(B)40.91º71.54%96.47%-
XYZ57.5256.8613.74-
YUV193.0658.55165.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.62%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 70 (27.73% from 255) = 13.83%
R=48.62%
G=37.55%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461907000.230.720.0440.9190.7261.96
HexF6BE46017484295b3e
Octal36627610602711045113376
Binary1111011010111110100011001011110010001001010011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BE46; }

 p { color: rgb(246,190,70); }

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

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

 a { background-color: rgb(246,190,70); }

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

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

 span { border-color: rgb(246,190,70); }

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