#F1AF4E

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

Shades of Casablanca #F1AF4E

Tints of Casablanca #F1AF4E

Color information

#F1AF4E (or 0xF1AF4E) is unknown color: approx Casablanca. HEX triplet: F1, AF and 4E. RGB value is (241,175,78). Sum of RGB (Red+Green+Blue) = 241+175+78=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF4E is #0E50B1. Grayscale: #B8B8B8. Windows color (decimal): -938162 or 5156849. OLE color: 5156849.

HSL color Cylindrical-coordinate representation of color #F1AF4E: hue angle of 35.71º degrees, saturation: 0.85, 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 #F1AF4E is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24117578-
CMYK00.270.680.05
HSL35.71º85.34%62.55%-
HSV(B)35.71º67.63%94.51%-
XYZ52.9849.9114.05-
YUV183.6868.37168.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.79%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 78 (30.86% from 255) = 15.79%
R=48.79%
G=35.43%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411757800.270.680.0535.7185.3462.55
HexF1AF4E01B44524553f
Octal36125711603310454412577
Binary1111000110101111100111001101110001001011001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AF4E; }

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

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

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

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

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

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

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

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