#F0AC54

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

Shades of Casablanca #F0AC54

Tints of Casablanca #F0AC54

Color information

#F0AC54 (or 0xF0AC54) is unknown color: approx Casablanca. HEX triplet: F0, AC and 54. RGB value is (240,172,84). Sum of RGB (Red+Green+Blue) = 240+172+84=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC54 is #0F53AB. Grayscale: #B6B6B6. Windows color (decimal): -1004460 or 5549296. OLE color: 5549296.

HSL color Cylindrical-coordinate representation of color #F0AC54: hue angle of 33.85º 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 #F0AC54 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB24017284-
CMYK00.280.650.06
HSL33.85º83.87%63.53%-
HSV(B)33.85º65%94.12%-
XYZ52.2948.6715.03-
YUV182.372.53169.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.39%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 84 (33.20% from 255) = 16.94%
R=48.39%
G=34.68%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401728400.280.650.0633.8583.8763.53
HexF0AC5401C416225440
Octal360254124034101642124100
Binary11110000101011001010100011100100000111010001010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AC54; }

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

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

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

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

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

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

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

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