#F1AE54

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

Shades of Casablanca #F1AE54

Tints of Casablanca #F1AE54

Color information

#F1AE54 (or 0xF1AE54) is unknown color: approx Casablanca. HEX triplet: F1, AE and 54. RGB value is (241,174,84). Sum of RGB (Red+Green+Blue) = 241+174+84=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AE54 is #0E51AB. Grayscale: #B8B8B8. Windows color (decimal): -938412 or 5549809. OLE color: 5549809.

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

Color convert

RGB24117484-
CMYK00.280.650.05
HSL34.39º84.86%63.73%-
HSV(B)34.39º65.15%94.51%-
XYZ53.0149.6115.17-
YUV183.7771.7168.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.30%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 84 (33.20% from 255) = 16.83%
R=48.30%
G=34.87%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411748400.280.650.0534.3984.8663.73
HexF1AE5401C415225540
Octal361256124034101542125100
Binary11110001101011101010100011100100000110110001010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AE54; }

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

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

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

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

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

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

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

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