#F1AA55

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

Shades of Casablanca #F1AA55

Tints of Casablanca #F1AA55

Color information

#F1AA55 (or 0xF1AA55) is unknown color: approx Casablanca. HEX triplet: F1, AA and 55. RGB value is (241,170,85). Sum of RGB (Red+Green+Blue) = 241+170+85=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AA55 is #0E55AA. Grayscale: #B5B5B5. Windows color (decimal): -939435 or 5614321. OLE color: 5614321.

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

Color convert

RGB24117085-
CMYK00.290.650.05
HSL32.69º84.78%63.92%-
HSV(B)32.69º64.73%94.51%-
XYZ52.2948.1115.12-
YUV181.5473.52170.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 85 (33.59% from 255) = 17.14%
R=48.59%
G=34.27%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411708500.290.650.0532.6984.7863.92
HexF1AA5501D415215540
Octal361252125035101541125100
Binary11110001101010101010101011101100000110110000110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AA55; }

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

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

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

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

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

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

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

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