#F1B759

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

Shades of Casablanca #F1B759

Tints of Casablanca #F1B759

Color information

#F1B759 (or 0xF1B759) is unknown color: approx Casablanca. HEX triplet: F1, B7 and 59. RGB value is (241,183,89). Sum of RGB (Red+Green+Blue) = 241+183+89=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 89 (35.16% from 255 or 17.35% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B759 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B759 is #0E48A6. Grayscale: #BEBEBE. Windows color (decimal): -936103 or 5879793. OLE color: 5879793.

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

Color convert

RGB24118389-
CMYK00.240.630.05
HSL37.11º84.44%64.71%-
HSV(B)37.11º63.07%94.51%-
XYZ55.0153.2916.84-
YUV189.6371.22164.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 183 (71.88% from 255) = 35.67%
BLUE value IS 89 (35.16% from 255) = 17.35%
R=46.98%
G=35.67%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411838900.240.630.0537.1184.4464.71
HexF1B7590183F5255441
Octal36126713103077545124101
Binary1111000110110111101100101100011111110110010110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B759; }

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

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

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

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

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

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

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

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