#F0A851

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

Shades of Casablanca #F0A851

Tints of Casablanca #F0A851

Color information

#F0A851 (or 0xF0A851) is unknown color: approx Casablanca. HEX triplet: F0, A8 and 51. RGB value is (240,168,81). Sum of RGB (Red+Green+Blue) = 240+168+81=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 81 (32.03% from 255 or 16.56% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A851 is #0F57AE. Grayscale: #B4B4B4. Windows color (decimal): -1005487 or 5351664. OLE color: 5351664.

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

Color convert

RGB24016881-
CMYK00.30.660.06
HSL32.83º84.13%62.94%-
HSV(B)32.83º66.25%94.12%-
XYZ51.4247.1214.17-
YUV179.6172.35171.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.08%
GREEN value IS 168 (66.02% from 255) = 34.36%
BLUE value IS 81 (32.03% from 255) = 16.56%
R=49.08%
G=34.36%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401688100.30.660.0632.8384.1362.94
HexF0A85101E42621543f
Octal36025012103610264112477
Binary1111000010101000101000101111010000101101000011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A851; }

 p { color: rgb(240,168,81); }

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

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

 a { background-color: rgb(240,168,81); }

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

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

 span { border-color: rgb(240,168,81); }

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