#F1B45E

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

Shades of Casablanca #F1B45E

Tints of Casablanca #F1B45E

Color information

#F1B45E (or 0xF1B45E) is unknown color: approx Casablanca. HEX triplet: F1, B4 and 5E. RGB value is (241,180,94). Sum of RGB (Red+Green+Blue) = 241+180+94=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B45E is #0E4BA1. Grayscale: #BCBCBC. Windows color (decimal): -936866 or 6206705. OLE color: 6206705.

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

Color convert

RGB24118094-
CMYK00.250.610.05
HSL35.1º84%65.69%-
HSV(B)35.1º61%94.51%-
XYZ54.6252.1517.78-
YUV188.4474.71165.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 94 (37.11% from 255) = 18.25%
R=46.80%
G=34.95%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411809400.250.610.0535.18465.69
HexF1B45E0193D5235442
Octal36126413603175543124102
Binary1111000110110100101111001100111110110110001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B45E; }

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

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

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

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

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

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

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

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