#F5B759

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

Shades of Casablanca #F5B759

Tints of Casablanca #F5B759

Color information

#F5B759 (or 0xF5B759) is unknown color: approx Casablanca. HEX triplet: F5, B7 and 59. RGB value is (245,183,89). Sum of RGB (Red+Green+Blue) = 245+183+89=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 89 (35.16% from 255 or 17.21% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B759 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B759 is #0A48A6. Grayscale: #BFBFBF. Windows color (decimal): -673959 or 5879797. OLE color: 5879797.

HSL color Cylindrical-coordinate representation of color #F5B759: hue angle of 36.15º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5B759 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB24518389-
CMYK00.250.640.04
HSL36.15º88.64%65.49%-
HSV(B)36.15º63.67%96.08%-
XYZ56.395416.9-
YUV190.8270.54166.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 183 (71.88% from 255) = 35.40%
BLUE value IS 89 (35.16% from 255) = 17.21%
R=47.39%
G=35.40%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451838900.250.640.0436.1588.6465.49
HexF5B759019404245941
Octal365267131031100444131101
Binary11110101101101111011001011001100000010010010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B759; }

 p { color: rgb(245,183,89); }

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

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

 a { background-color: rgb(245,183,89); }

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

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

 span { border-color: rgb(245,183,89); }

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