#F3AC53

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

Shades of Casablanca #F3AC53

Tints of Casablanca #F3AC53

Color information

#F3AC53 (or 0xF3AC53) is unknown color: approx Casablanca. HEX triplet: F3, AC and 53. RGB value is (243,172,83). Sum of RGB (Red+Green+Blue) = 243+172+83=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 83 (32.81% from 255 or 16.67% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AC53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AC53 is #0C53AC. Grayscale: #B7B7B7. Windows color (decimal): -807853 or 5483763. OLE color: 5483763.

HSL color Cylindrical-coordinate representation of color #F3AC53: hue angle of 33.38º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F3AC53 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB24317283-
CMYK00.290.660.05
HSL33.38º86.96%63.92%-
HSV(B)33.38º65.84%95.29%-
XYZ53.2849.1814.87-
YUV183.0871.52170.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.80%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 83 (32.81% from 255) = 16.67%
R=48.80%
G=34.54%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431728300.290.660.0533.3886.9663.92
HexF3AC5301D425215740
Octal363254123035102541127100
Binary11110011101011001010011011101100001010110000110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AC53; }

 p { color: rgb(243,172,83); }

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

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

 a { background-color: rgb(243,172,83); }

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

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

 span { border-color: rgb(243,172,83); }

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