#F1B555

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

Shades of Casablanca #F1B555

Tints of Casablanca #F1B555

Color information

#F1B555 (or 0xF1B555) is unknown color: approx Casablanca. HEX triplet: F1, B5 and 55. RGB value is (241,181,85). Sum of RGB (Red+Green+Blue) = 241+181+85=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B555 is #0E4AAA. Grayscale: #BCBCBC. Windows color (decimal): -936619 or 5617137. OLE color: 5617137.

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

Color convert

RGB24118185-
CMYK00.250.650.05
HSL36.92º84.78%63.92%-
HSV(B)36.92º64.73%94.51%-
XYZ54.4452.415.84-
YUV18869.88165.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 181 (71.09% from 255) = 35.70%
BLUE value IS 85 (33.59% from 255) = 16.77%
R=47.53%
G=35.70%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411818500.250.650.0536.9284.7863.92
HexF1B555019415255540
Octal361265125031101545125100
Binary11110001101101011010101011001100000110110010110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B555; }

 p { color: rgb(241,181,85); }

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

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

 a { background-color: rgb(241,181,85); }

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

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

 span { border-color: rgb(241,181,85); }

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