#F1AE5C

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

Shades of Casablanca #F1AE5C

Tints of Casablanca #F1AE5C

Color information

#F1AE5C (or 0xF1AE5C) is unknown color: approx Casablanca. HEX triplet: F1, AE and 5C. RGB value is (241,174,92). Sum of RGB (Red+Green+Blue) = 241+174+92=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AE5C is #0E51A3. Grayscale: #B9B9B9. Windows color (decimal): -938404 or 6074097. OLE color: 6074097.

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

Color convert

RGB24117492-
CMYK00.280.620.05
HSL33.02º84.18%65.29%-
HSV(B)33.02º61.83%94.51%-
XYZ53.3449.7516.92-
YUV184.6875.7168.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 92 (36.33% from 255) = 18.15%
R=47.53%
G=34.32%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411749200.280.620.0533.0284.1865.29
HexF1AE5C01C3E5215441
Octal36125613403476541124101
Binary1111000110101110101110001110011111010110000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AE5C; }

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

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

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

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

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

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

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

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