#F1B859

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

Shades of Casablanca #F1B859

Tints of Casablanca #F1B859

Color information

#F1B859 (or 0xF1B859) is unknown color: approx Casablanca. HEX triplet: F1, B8 and 59. RGB value is (241,184,89). Sum of RGB (Red+Green+Blue) = 241+184+89=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 89 (35.16% from 255 or 17.32% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B859 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B859 is #0E47A6. Grayscale: #BEBEBE. Windows color (decimal): -935847 or 5880049. OLE color: 5880049.

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

Color convert

RGB24118489-
CMYK00.240.630.05
HSL37.5º84.44%64.71%-
HSV(B)37.5º63.07%94.51%-
XYZ55.2253.716.91-
YUV190.2170.88164.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 184 (72.27% from 255) = 35.80%
BLUE value IS 89 (35.16% from 255) = 17.32%
R=46.89%
G=35.80%
B=17.32%

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
Decimal2411848900.240.630.0537.584.4464.71
HexF1B8590183F5265441
Octal36127013103077546124101
Binary1111000110111000101100101100011111110110011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B859; }

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

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

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

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

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

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

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

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