#f2bf54

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

Shades of Cream Can #F2BF54

Tints of Cream Can #F2BF54

Color information

#F2BF54 (or 0xF2BF54) is unknown color: approx Cream Can. HEX triplet: F2, BF and 54. RGB value is (242,191,84). Sum of RGB (Red+Green+Blue) = 242+191+84=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BF54 is #0D40AB. Grayscale: #C2C2C2. Windows color (decimal): -868524 or 5554162. OLE color: 5554162.

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

Color convert

RGB24219184-
CMYK00.210.650.05
HSL40.63º85.87%63.92%-
HSV(B)40.63º65.29%94.9%-
XYZ56.8556.7816.35-
YUV194.0565.9162.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.81%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 84 (33.20% from 255) = 16.25%
R=46.81%
G=36.94%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421918400.210.650.0540.6385.8763.92
HexF2BF54015415295640
Octal362277124025101551126100
Binary11110010101111111010100010101100000110110100110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2bf54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2bf54; }

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

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

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

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

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

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

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

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