#F1B355

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

Shades of Casablanca #F1B355

Tints of Casablanca #F1B355

Color information

#F1B355 (or 0xF1B355) is unknown color: approx Casablanca. HEX triplet: F1, B3 and 55. RGB value is (241,179,85). Sum of RGB (Red+Green+Blue) = 241+179+85=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B355 is #0E4CAA. Grayscale: #BBBBBB. Windows color (decimal): -937131 or 5616625. OLE color: 5616625.

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

Color convert

RGB24117985-
CMYK00.260.650.05
HSL36.15º84.78%63.92%-
HSV(B)36.15º64.73%94.51%-
XYZ54.0451.615.71-
YUV186.8270.54166.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.72%
GREEN value IS 179 (70.31% from 255) = 35.45%
BLUE value IS 85 (33.59% from 255) = 16.83%
R=47.72%
G=35.45%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411798500.260.650.0536.1584.7863.92
HexF1B35501A415245540
Octal361263125032101544125100
Binary11110001101100111010101011010100000110110010010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B355; }

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

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

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

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

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

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

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

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