#F1B95C

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

Shades of Casablanca #F1B95C

Tints of Casablanca #F1B95C

Color information

#F1B95C (or 0xF1B95C) is unknown color: approx Casablanca. HEX triplet: F1, B9 and 5C. RGB value is (241,185,92). Sum of RGB (Red+Green+Blue) = 241+185+92=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B95C is #0E46A3. Grayscale: #BFBFBF. Windows color (decimal): -935588 or 6076913. OLE color: 6076913.

HSL color Cylindrical-coordinate representation of color #F1B95C: hue angle of 37.45º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1B95C is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB24118592-
CMYK00.230.620.05
HSL37.45º84.18%65.29%-
HSV(B)37.45º61.83%94.51%-
XYZ55.5654.1717.65-
YUV191.1472.05163.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.53%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 92 (36.33% from 255) = 17.76%
R=46.53%
G=35.71%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411859200.230.620.0537.4584.1865.29
HexF1B95C0173E5255441
Octal36127113402776545124101
Binary1111000110111001101110001011111111010110010110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B95C; }

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

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

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

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

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

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

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

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