#F2AB4F

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

Shades of Casablanca #F2AB4F

Tints of Casablanca #F2AB4F

Color information

#F2AB4F (or 0xF2AB4F) is unknown color: approx Casablanca. HEX triplet: F2, AB and 4F. RGB value is (242,171,79). Sum of RGB (Red+Green+Blue) = 242+171+79=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 79 (31.25% from 255 or 16.06% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AB4F is #0D54B0. Grayscale: #B6B6B6. Windows color (decimal): -873649 or 5221362. OLE color: 5221362.

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

Color convert

RGB24217179-
CMYK00.290.670.05
HSL33.87º86.24%62.94%-
HSV(B)33.87º67.36%94.9%-
XYZ52.5948.5714-
YUV181.7470.02170.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.19%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 79 (31.25% from 255) = 16.06%
R=49.19%
G=34.76%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421717900.290.670.0533.8786.2462.94
HexF2AB4F01D43522563f
Octal36225311703510354212677
Binary1111001010101011100111101110110000111011000101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AB4F; }

 p { color: rgb(242,171,79); }

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

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

 a { background-color: rgb(242,171,79); }

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

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

 span { border-color: rgb(242,171,79); }

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