#F1BD51

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

Shades of Cream Can #F1BD51

Tints of Cream Can #F1BD51

Color information

#F1BD51 (or 0xF1BD51) is unknown color: approx Cream Can. HEX triplet: F1, BD and 51. RGB value is (241,189,81). Sum of RGB (Red+Green+Blue) = 241+189+81=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 81 (32.03% from 255 or 15.85% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BD51 is #0E42AE. Grayscale: #C0C0C0. Windows color (decimal): -934575 or 5357041. OLE color: 5357041.

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

Color convert

RGB24118981-
CMYK00.220.660.05
HSL40.5º85.11%63.14%-
HSV(B)40.5º66.39%94.51%-
XYZ55.9655.6915.58-
YUV192.2465.23162.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.16%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 81 (32.03% from 255) = 15.85%
R=47.16%
G=36.99%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411898100.220.660.0540.585.1163.14
HexF1BD5101642528553f
Octal36127512102610255012577
Binary1111000110111101101000101011010000101011010001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BD51; }

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

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

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

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

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

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

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

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