#F2AC4F

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

Shades of Casablanca #F2AC4F

Tints of Casablanca #F2AC4F

Color information

#F2AC4F (or 0xF2AC4F) is unknown color: approx Casablanca. HEX triplet: F2, AC and 4F. RGB value is (242,172,79). Sum of RGB (Red+Green+Blue) = 242+172+79=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AC4F is #0D53B0. Grayscale: #B6B6B6. Windows color (decimal): -873393 or 5221618. OLE color: 5221618.

HSL color Cylindrical-coordinate representation of color #F2AC4F: hue angle of 34.23º 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 #F2AC4F is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24217279-
CMYK00.290.670.05
HSL34.23º86.24%62.94%-
HSV(B)34.23º67.36%94.9%-
XYZ52.7848.9514.06-
YUV182.3369.69170.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.09%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 79 (31.25% from 255) = 16.02%
R=49.09%
G=34.89%
B=16.02%

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
Decimal2421727900.290.670.0534.2386.2462.94
HexF2AC4F01D43522563f
Octal36225411703510354212677
Binary1111001010101100100111101110110000111011000101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AC4F; }

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

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

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

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

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

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

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

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