#F0AA57

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

Shades of Casablanca #F0AA57

Tints of Casablanca #F0AA57

Color information

#F0AA57 (or 0xF0AA57) is unknown color: approx Casablanca. HEX triplet: F0, AA and 57. RGB value is (240,170,87). Sum of RGB (Red+Green+Blue) = 240+170+87=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AA57 is #0F55A8. Grayscale: #B5B5B5. Windows color (decimal): -1004969 or 5745392. OLE color: 5745392.

HSL color Cylindrical-coordinate representation of color #F0AA57: hue angle of 32.55º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0AA57 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB24017087-
CMYK00.290.640.06
HSL32.55º83.61%64.12%-
HSV(B)32.55º63.75%94.12%-
XYZ52.0347.9615.53-
YUV181.4774.69169.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.29%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 87 (34.38% from 255) = 17.51%
R=48.29%
G=34.21%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401708700.290.640.0632.5583.6164.12
HexF0AA5701D406215440
Octal360252127035100641124100
Binary11110000101010101010111011101100000011010000110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AA57; }

 p { color: rgb(240,170,87); }

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

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

 a { background-color: rgb(240,170,87); }

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

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

 span { border-color: rgb(240,170,87); }

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