#F4AB52

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

Shades of Casablanca #F4AB52

Tints of Casablanca #F4AB52

Color information

#F4AB52 (or 0xF4AB52) is unknown color: approx Casablanca. HEX triplet: F4, AB and 52. RGB value is (244,171,82). Sum of RGB (Red+Green+Blue) = 244+171+82=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AB52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AB52 is #0B54AD. Grayscale: #B7B7B7. Windows color (decimal): -742574 or 5417972. OLE color: 5417972.

HSL color Cylindrical-coordinate representation of color #F4AB52: hue angle of 32.96º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4AB52 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB24417182-
CMYK00.300.660.04
HSL32.96º88.04%63.92%-
HSV(B)32.96º66.39%95.69%-
XYZ53.3948.9714.62-
YUV182.6871.18171.74-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.09%
GREEN value IS 171 (67.19% from 255) = 34.41%
BLUE value IS 82 (32.42% from 255) = 16.50%
R=49.09%
G=34.41%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441718200.300.660.0432.9688.0463.92
HexF4AB5201E424215840
Octal364253122036102441130100
Binary11110100101010111010010011110100001010010000110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AB52; }

 p { color: rgb(244,171,82); }

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

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

 a { background-color: rgb(244,171,82); }

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

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

 span { border-color: rgb(244,171,82); }

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