#F2BC5B

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

Shades of Cream Can #F2BC5B

Tints of Cream Can #F2BC5B

Color information

#F2BC5B (or 0xF2BC5B) is unknown color: approx Cream Can. HEX triplet: F2, BC and 5B. RGB value is (242,188,91). Sum of RGB (Red+Green+Blue) = 242+188+91=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC5B is #0D43A4. Grayscale: #C1C1C1. Windows color (decimal): -869285 or 6012146. OLE color: 6012146.

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

Color convert

RGB24218891-
CMYK00.220.620.05
HSL38.54º85.31%65.29%-
HSV(B)38.54º62.4%94.9%-
XYZ56.4955.617.65-
YUV193.0970.39162.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 91 (35.94% from 255) = 17.47%
R=46.45%
G=36.08%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421889100.220.620.0538.5485.3165.29
HexF2BC5B0163E5275541
Octal36227413302676547125101
Binary1111001010111100101101101011011111010110011110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BC5B; }

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

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

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

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

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

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

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

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