#F1B75D

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

Shades of Casablanca #F1B75D

Tints of Casablanca #F1B75D

Color information

#F1B75D (or 0xF1B75D) is unknown color: approx Casablanca. HEX triplet: F1, B7 and 5D. RGB value is (241,183,93). Sum of RGB (Red+Green+Blue) = 241+183+93=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B75D is #0E48A2. Grayscale: #BEBEBE. Windows color (decimal): -936099 or 6141937. OLE color: 6141937.

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

Color convert

RGB24118393-
CMYK00.240.610.05
HSL36.49º84.09%65.49%-
HSV(B)36.49º61.41%94.51%-
XYZ55.1853.3617.75-
YUV190.0873.22164.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.62%
GREEN value IS 183 (71.88% from 255) = 35.40%
BLUE value IS 93 (36.72% from 255) = 17.99%
R=46.62%
G=35.40%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411839300.240.610.0536.4984.0965.49
HexF1B75D0183D5245441
Octal36126713503075544124101
Binary1111000110110111101110101100011110110110010010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B75D; }

 p { color: rgb(241,183,93); }

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

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

 a { background-color: rgb(241,183,93); }

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

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

 span { border-color: rgb(241,183,93); }

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