#F0A854

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

Shades of Casablanca #F0A854

Tints of Casablanca #F0A854

Color information

#F0A854 (or 0xF0A854) is unknown color: approx Casablanca. HEX triplet: F0, A8 and 54. RGB value is (240,168,84). Sum of RGB (Red+Green+Blue) = 240+168+84=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 84 (33.20% from 255 or 17.07% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A854 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A854 is #0F57AB. Grayscale: #B4B4B4. Windows color (decimal): -1005484 or 5548272. OLE color: 5548272.

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

Color convert

RGB24016884-
CMYK00.30.650.06
HSL32.31º83.87%63.53%-
HSV(B)32.31º65%94.12%-
XYZ51.5447.1714.78-
YUV179.9573.85170.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.78%
GREEN value IS 168 (66.02% from 255) = 34.15%
BLUE value IS 84 (33.20% from 255) = 17.07%
R=48.78%
G=34.15%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401688400.30.650.0632.3183.8763.53
HexF0A85401E416205440
Octal360250124036101640124100
Binary11110000101010001010100011110100000111010000010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A854; }

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

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

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

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

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

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

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

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