#F1AE5B

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

Shades of Casablanca #F1AE5B

Tints of Casablanca #F1AE5B

Color information

#F1AE5B (or 0xF1AE5B) is unknown color: approx Casablanca. HEX triplet: F1, AE and 5B. RGB value is (241,174,91). Sum of RGB (Red+Green+Blue) = 241+174+91=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AE5B is #0E51A4. Grayscale: #B8B8B8. Windows color (decimal): -938405 or 6008561. OLE color: 6008561.

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

Color convert

RGB24117491-
CMYK00.280.620.05
HSL33.2º84.27%65.1%-
HSV(B)33.2º62.24%94.51%-
XYZ53.349.7316.69-
YUV184.5775.2168.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.63%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 91 (35.94% from 255) = 17.98%
R=47.63%
G=34.39%
B=17.98%

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
Decimal2411749100.280.620.0533.284.2765.1
HexF1AE5B01C3E5215441
Octal36125613303476541124101
Binary1111000110101110101101101110011111010110000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AE5B; }

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

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

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

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

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

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

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

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