#F1B959

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

Shades of Casablanca #F1B959

Tints of Casablanca #F1B959

Color information

#F1B959 (or 0xF1B959) is unknown color: approx Casablanca. HEX triplet: F1, B9 and 59. RGB value is (241,185,89). Sum of RGB (Red+Green+Blue) = 241+185+89=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 89 (35.16% from 255 or 17.28% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B959 is #0E46A6. Grayscale: #BFBFBF. Windows color (decimal): -935591 or 5880305. OLE color: 5880305.

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

Color convert

RGB24118589-
CMYK00.230.630.05
HSL37.89º84.44%64.71%-
HSV(B)37.89º63.07%94.51%-
XYZ55.4354.1216.98-
YUV190.870.55163.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 185 (72.66% from 255) = 35.92%
BLUE value IS 89 (35.16% from 255) = 17.28%
R=46.80%
G=35.92%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411858900.230.630.0537.8984.4464.71
HexF1B9590173F5265441
Octal36127113102777546124101
Binary1111000110111001101100101011111111110110011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B959; }

 p { color: rgb(241,185,89); }

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

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

 a { background-color: rgb(241,185,89); }

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

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

 span { border-color: rgb(241,185,89); }

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