#F2A953

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

Shades of Casablanca #F2A953

Tints of Casablanca #F2A953

Color information

#F2A953 (or 0xF2A953) is unknown color: approx Casablanca. HEX triplet: F2, A9 and 53. RGB value is (242,169,83). Sum of RGB (Red+Green+Blue) = 242+169+83=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A953 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A953 is #0D56AC. Grayscale: #B5B5B5. Windows color (decimal): -874157 or 5482994. OLE color: 5482994.

HSL color Cylindrical-coordinate representation of color #F2A953: hue angle of 32.45º degrees, saturation: 0.86, 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 #F2A953 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB24216983-
CMYK00.300.660.05
HSL32.45º85.95%63.73%-
HSV(B)32.45º65.7%94.9%-
XYZ52.3747.8814.66-
YUV181.0272.68171.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.99%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 83 (32.81% from 255) = 16.80%
R=48.99%
G=34.21%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421698300.300.660.0532.4585.9563.73
HexF2A95301E425205640
Octal362251123036102540126100
Binary11110010101010011010011011110100001010110000010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A953; }

 p { color: rgb(242,169,83); }

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

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

 a { background-color: rgb(242,169,83); }

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

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

 span { border-color: rgb(242,169,83); }

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