#F2BD59

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

Shades of Cream Can #F2BD59

Tints of Cream Can #F2BD59

Color information

#F2BD59 (or 0xF2BD59) is unknown color: approx Cream Can. HEX triplet: F2, BD and 59. RGB value is (242,189,89). Sum of RGB (Red+Green+Blue) = 242+189+89=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD59 is #0D42A6. Grayscale: #C1C1C1. Windows color (decimal): -869031 or 5881330. OLE color: 5881330.

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

Color convert

RGB24218989-
CMYK00.220.630.05
HSL39.22º85.47%64.9%-
HSV(B)39.22º63.22%94.9%-
XYZ56.6255.9917.27-
YUV193.4569.06162.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.54%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 89 (35.16% from 255) = 17.12%
R=46.54%
G=36.35%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421898900.220.630.0539.2285.4764.9
HexF2BD590163F5275541
Octal36227513102677547125101
Binary1111001010111101101100101011011111110110011110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BD59; }

 p { color: rgb(242,189,89); }

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

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

 a { background-color: rgb(242,189,89); }

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

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

 span { border-color: rgb(242,189,89); }

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