#F1AE4E

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

Shades of Casablanca #F1AE4E

Tints of Casablanca #F1AE4E

Color information

#F1AE4E (or 0xF1AE4E) is unknown color: approx Casablanca. HEX triplet: F1, AE and 4E. RGB value is (241,174,78). Sum of RGB (Red+Green+Blue) = 241+174+78=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AE4E is #0E51B1. Grayscale: #B7B7B7. Windows color (decimal): -938418 or 5156593. OLE color: 5156593.

HSL color Cylindrical-coordinate representation of color #F1AE4E: hue angle of 35.34º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1AE4E is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24117478-
CMYK00.280.680.05
HSL35.34º85.34%62.55%-
HSV(B)35.34º67.63%94.51%-
XYZ52.7949.5213.98-
YUV183.0968.7169.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.88%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 78 (30.86% from 255) = 15.82%
R=48.88%
G=35.29%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411747800.280.680.0535.3485.3462.55
HexF1AE4E01C44523553f
Octal36125611603410454312577
Binary1111000110101110100111001110010001001011000111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AE4E; }

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

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

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

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

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

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

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

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