#F1BD55

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

Shades of Cream Can #F1BD55

Tints of Cream Can #F1BD55

Color information

#F1BD55 (or 0xF1BD55) is unknown color: approx Cream Can. HEX triplet: F1, BD and 55. RGB value is (241,189,85). Sum of RGB (Red+Green+Blue) = 241+189+85=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BD55 is #0E42AA. Grayscale: #C1C1C1. Windows color (decimal): -934571 or 5619185. OLE color: 5619185.

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

Color convert

RGB24118985-
CMYK00.220.650.05
HSL40º84.78%63.92%-
HSV(B)40º64.73%94.51%-
XYZ56.1155.7516.4-
YUV192.6967.23162.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 189 (74.22% from 255) = 36.70%
BLUE value IS 85 (33.59% from 255) = 16.50%
R=46.80%
G=36.70%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411898500.220.650.054084.7863.92
HexF1BD55016415285540
Octal361275125026101550125100
Binary11110001101111011010101010110100000110110100010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BD55; }

 p { color: rgb(241,189,85); }

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

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

 a { background-color: rgb(241,189,85); }

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

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

 span { border-color: rgb(241,189,85); }

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