#F1B45C

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

Shades of Casablanca #F1B45C

Tints of Casablanca #F1B45C

Color information

#F1B45C (or 0xF1B45C) is unknown color: approx Casablanca. HEX triplet: F1, B4 and 5C. RGB value is (241,180,92). Sum of RGB (Red+Green+Blue) = 241+180+92=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B45C is #0E4BA3. Grayscale: #BCBCBC. Windows color (decimal): -936868 or 6075633. OLE color: 6075633.

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

Color convert

RGB24118092-
CMYK00.250.620.05
HSL35.44º84.18%65.29%-
HSV(B)35.44º61.83%94.51%-
XYZ54.5352.1217.31-
YUV188.2173.71165.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 92 (36.33% from 255) = 17.93%
R=46.98%
G=35.09%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411809200.250.620.0535.4484.1865.29
HexF1B45C0193E5235441
Octal36126413403176543124101
Binary1111000110110100101110001100111111010110001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B45C; }

 p { color: rgb(241,180,92); }

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

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

 a { background-color: rgb(241,180,92); }

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

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

 span { border-color: rgb(241,180,92); }

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