#F0AA48

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

Shades of Casablanca #F0AA48

Tints of Casablanca #F0AA48

Color information

#F0AA48 (or 0xF0AA48) is unknown color: approx Casablanca. HEX triplet: F0, AA and 48. RGB value is (240,170,72). Sum of RGB (Red+Green+Blue) = 240+170+72=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AA48 is #0F55B7. Grayscale: #B4B4B4. Windows color (decimal): -1004984 or 4762352. OLE color: 4762352.

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

Color convert

RGB24017072-
CMYK00.290.70.06
HSL35º84.85%61.18%-
HSV(B)35º70%94.12%-
XYZ51.4847.7412.63-
YUV179.7667.19170.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.79%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 72 (28.52% from 255) = 14.94%
R=49.79%
G=35.27%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.7
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401707200.290.70.063584.8561.18
HexF0AA4801D46623553d
Octal36025211003510664312575
Binary1111000010101010100100001110110001101101000111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AA48; }

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

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

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

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

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

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

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

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