#F3B159

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

Shades of Casablanca #F3B159

Tints of Casablanca #F3B159

Color information

#F3B159 (or 0xF3B159) is unknown color: approx Casablanca. HEX triplet: F3, B1 and 59. RGB value is (243,177,89). Sum of RGB (Red+Green+Blue) = 243+177+89=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 89 (35.16% from 255 or 17.49% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B159 is #0C4EA6. Grayscale: #BBBBBB. Windows color (decimal): -806567 or 5878259. OLE color: 5878259.

HSL color Cylindrical-coordinate representation of color #F3B159: hue angle of 34.29º 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 #F3B159 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24317789-
CMYK00.270.630.05
HSL34.29º86.52%65.1%-
HSV(B)34.29º63.37%95.29%-
XYZ54.4951.2216.47-
YUV186.772.87168.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.74%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 89 (35.16% from 255) = 17.49%
R=47.74%
G=34.77%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431778900.270.630.0534.2986.5265.1
HexF3B15901B3F5225741
Octal36326113103377542127101
Binary1111001110110001101100101101111111110110001010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B159; }

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

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

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

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

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

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

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

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