#F1AD56

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

Shades of Casablanca #F1AD56

Tints of Casablanca #F1AD56

Color information

#F1AD56 (or 0xF1AD56) is unknown color: approx Casablanca. HEX triplet: F1, AD and 56. RGB value is (241,173,86). Sum of RGB (Red+Green+Blue) = 241+173+86=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AD56 is #0E52A9. Grayscale: #B7B7B7. Windows color (decimal): -938666 or 5680625. OLE color: 5680625.

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

Color convert

RGB24117386-
CMYK00.280.640.05
HSL33.68º84.7%64.12%-
HSV(B)33.68º64.32%94.51%-
XYZ52.949.2615.52-
YUV183.4173.03169.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.2%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 86 (33.98% from 255) = 17.2%
R=48.2%
G=34.6%
B=17.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411738600.280.640.0533.6884.764.12
HexF1AD5601C405225540
Octal361255126034100542125100
Binary11110001101011011010110011100100000010110001010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AD56; }

 p { color: rgb(241,173,86); }

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

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

 a { background-color: rgb(241,173,86); }

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

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

 span { border-color: rgb(241,173,86); }

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