#F4BC58

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

Shades of Cream Can #F4BC58

Tints of Cream Can #F4BC58

Color information

#F4BC58 (or 0xF4BC58) is unknown color: approx Cream Can. HEX triplet: F4, BC and 58. RGB value is (244,188,88). Sum of RGB (Red+Green+Blue) = 244+188+88=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BC58 is #0B43A7. Grayscale: #C1C1C1. Windows color (decimal): -738216 or 5815540. OLE color: 5815540.

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

Color convert

RGB24418888-
CMYK00.230.640.04
HSL38.46º87.64%65.1%-
HSV(B)38.46º63.93%95.69%-
XYZ57.0555.917.02-
YUV193.3468.55164.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.92%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 88 (34.77% from 255) = 16.92%
R=46.92%
G=36.15%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441888800.230.640.0438.4687.6465.1
HexF4BC58017404265841
Octal364274130027100446130101
Binary11110100101111001011000010111100000010010011010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BC58; }

 p { color: rgb(244,188,88); }

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

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

 a { background-color: rgb(244,188,88); }

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

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

 span { border-color: rgb(244,188,88); }

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