#F1AF4F

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

Shades of Casablanca #F1AF4F

Tints of Casablanca #F1AF4F

Color information

#F1AF4F (or 0xF1AF4F) is unknown color: approx Casablanca. HEX triplet: F1, AF and 4F. RGB value is (241,175,79). Sum of RGB (Red+Green+Blue) = 241+175+79=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF4F is #0E50B0. Grayscale: #B8B8B8. Windows color (decimal): -938161 or 5222385. OLE color: 5222385.

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

Color convert

RGB24117579-
CMYK00.270.670.05
HSL35.56º85.26%62.75%-
HSV(B)35.56º67.22%94.51%-
XYZ53.0249.9314.24-
YUV183.7968.87168.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.69%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 79 (31.25% from 255) = 15.96%
R=48.69%
G=35.35%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411757900.270.670.0535.5685.2662.75
HexF1AF4F01B43524553f
Octal36125711703310354412577
Binary1111000110101111100111101101110000111011001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AF4F; }

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

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

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

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

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

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

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

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