#F2AA4A

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

Shades of Casablanca #F2AA4A

Tints of Casablanca #F2AA4A

Color information

#F2AA4A (or 0xF2AA4A) is unknown color: approx Casablanca. HEX triplet: F2, AA and 4A. RGB value is (242,170,74). Sum of RGB (Red+Green+Blue) = 242+170+74=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AA4A is #0D55B5. Grayscale: #B5B5B5. Windows color (decimal): -873910 or 4893426. OLE color: 4893426.

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

Color convert

RGB24217074-
CMYK00.300.690.05
HSL34.29º86.6%61.96%-
HSV(B)34.29º69.42%94.9%-
XYZ52.2348.1213.01-
YUV180.5867.85171.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.79%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 74 (29.30% from 255) = 15.23%
R=49.79%
G=34.98%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421707400.300.690.0534.2986.661.96
HexF2AA4A01E45522573e
Octal36225211203610554212776
Binary1111001010101010100101001111010001011011000101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AA4A; }

 p { color: rgb(242,170,74); }

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

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

 a { background-color: rgb(242,170,74); }

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

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

 span { border-color: rgb(242,170,74); }

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