#F1AE48

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

Shades of Casablanca #F1AE48

Tints of Casablanca #F1AE48

Color information

#F1AE48 (or 0xF1AE48) is unknown color: approx Casablanca. HEX triplet: F1, AE and 48. RGB value is (241,174,72). Sum of RGB (Red+Green+Blue) = 241+174+72=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AE48 is #0E51B7. Grayscale: #B6B6B6. Windows color (decimal): -938424 or 4763377. OLE color: 4763377.

HSL color Cylindrical-coordinate representation of color #F1AE48: hue angle of 36.21º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1AE48 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24117472-
CMYK00.280.700.05
HSL36.21º85.79%61.37%-
HSV(B)36.21º70.12%94.51%-
XYZ52.5849.4412.9-
YUV182.465.7169.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.49%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 72 (28.52% from 255) = 14.78%
R=49.49%
G=35.73%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411747200.280.700.0536.2185.7961.37
HexF1AE4801C46524563d
Octal36125611003410654412675
Binary1111000110101110100100001110010001101011001001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AE48; }

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

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

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

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

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

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

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

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