#F3B959

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

Shades of Casablanca #F3B959

Tints of Casablanca #F3B959

Color information

#F3B959 (or 0xF3B959) is unknown color: approx Casablanca. HEX triplet: F3, B9 and 59. RGB value is (243,185,89). Sum of RGB (Red+Green+Blue) = 243+185+89=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 89 (35.16% from 255 or 17.21% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B959 is #0C46A6. Grayscale: #BFBFBF. Windows color (decimal): -804519 or 5880307. OLE color: 5880307.

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

Color convert

RGB24318589-
CMYK00.240.630.05
HSL37.4º86.52%65.1%-
HSV(B)37.4º63.37%95.29%-
XYZ56.1154.4717.01-
YUV191.470.22164.81-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.00%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 89 (35.16% from 255) = 17.21%
R=47.00%
G=35.78%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431858900.240.630.0537.486.5265.1
HexF3B9590183F5255741
Octal36327113103077545127101
Binary1111001110111001101100101100011111110110010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B959; }

 p { color: rgb(243,185,89); }

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

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

 a { background-color: rgb(243,185,89); }

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

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

 span { border-color: rgb(243,185,89); }

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