#F1A94D

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

Shades of Casablanca #F1A94D

Tints of Casablanca #F1A94D

Color information

#F1A94D (or 0xF1A94D) is unknown color: approx Casablanca. HEX triplet: F1, A9 and 4D. RGB value is (241,169,77). Sum of RGB (Red+Green+Blue) = 241+169+77=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A94D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A94D is #0E56B2. Grayscale: #B4B4B4. Windows color (decimal): -939699 or 5089777. OLE color: 5089777.

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

Color convert

RGB24116977-
CMYK00.300.680.05
HSL33.66º85.42%62.35%-
HSV(B)33.66º68.05%94.51%-
XYZ51.847.6113.48-
YUV180.0469.85171.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.49%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 77 (30.47% from 255) = 15.81%
R=49.49%
G=34.70%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411697700.300.680.0533.6685.4262.35
HexF1A94D01E44522553e
Octal36125111503610454212576
Binary1111000110101001100110101111010001001011000101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A94D; }

 p { color: rgb(241,169,77); }

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

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

 a { background-color: rgb(241,169,77); }

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

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

 span { border-color: rgb(241,169,77); }

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