#f2af4e

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

Shades of Casablanca #F2AF4E

Tints of Casablanca #F2AF4E

Color information

#F2AF4E (or 0xF2AF4E) is unknown color: approx Casablanca. HEX triplet: F2, AF and 4E. RGB value is (242,175,78). Sum of RGB (Red+Green+Blue) = 242+175+78=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF4E is #0D50B1. Grayscale: #B8B8B8. Windows color (decimal): -872626 or 5156850. OLE color: 5156850.

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

Color convert

RGB24217578-
CMYK00.280.680.05
HSL35.49º86.32%62.75%-
HSV(B)35.49º67.77%94.9%-
XYZ53.3250.0914.07-
YUV183.9868.2169.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.89%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 78 (30.86% from 255) = 15.76%
R=48.89%
G=35.35%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421757800.280.680.0535.4986.3262.75
HexF2AF4E01C44523563f
Octal36225711603410454312677
Binary1111001010101111100111001110010001001011000111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2af4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2af4e; }

 p { color: rgb(242,175,78); }

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

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

 a { background-color: rgb(242,175,78); }

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

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

 span { border-color: rgb(242,175,78); }

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