#f2bf59

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

Shades of Cream Can #F2BF59

Tints of Cream Can #F2BF59

Color information

#F2BF59 (or 0xF2BF59) is unknown color: approx Cream Can. HEX triplet: F2, BF and 59. RGB value is (242,191,89). Sum of RGB (Red+Green+Blue) = 242+191+89=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BF59 is #0D40A6. Grayscale: #C3C3C3. Windows color (decimal): -868519 or 5881842. OLE color: 5881842.

HSL color Cylindrical-coordinate representation of color #F2BF59: hue angle of 40º 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 #F2BF59 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24219189-
CMYK00.210.630.05
HSL40º85.47%64.9%-
HSV(B)40º63.22%94.9%-
XYZ57.0556.8617.42-
YUV194.6268.4161.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.36%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 89 (35.16% from 255) = 17.05%
R=46.36%
G=36.59%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421918900.210.630.054085.4764.9
HexF2BF590153F5285541
Octal36227713102577550125101
Binary1111001010111111101100101010111111110110100010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2bf59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2bf59; }

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

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

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

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

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

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

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

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