#F2BC48

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

Shades of Cream Can #F2BC48

Tints of Cream Can #F2BC48

Color information

#F2BC48 (or 0xF2BC48) is unknown color: approx Cream Can. HEX triplet: F2, BC and 48. RGB value is (242,188,72). Sum of RGB (Red+Green+Blue) = 242+188+72=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BC48 is #0D43B7. Grayscale: #BFBFBF. Windows color (decimal): -869304 or 4766962. OLE color: 4766962.

HSL color Cylindrical-coordinate representation of color #F2BC48: hue angle of 40.94º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2BC48 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24218872-
CMYK00.220.700.05
HSL40.94º86.73%61.57%-
HSV(B)40.94º70.25%94.9%-
XYZ55.7755.3113.87-
YUV190.9260.89164.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.21%
GREEN value IS 188 (73.83% from 255) = 37.45%
BLUE value IS 72 (28.52% from 255) = 14.34%
R=48.21%
G=37.45%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421887200.220.700.0540.9486.7361.57
HexF2BC4801646529573e
Octal36227411002610655112776
Binary1111001010111100100100001011010001101011010011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BC48; }

 p { color: rgb(242,188,72); }

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

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

 a { background-color: rgb(242,188,72); }

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

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

 span { border-color: rgb(242,188,72); }

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