#F6B957

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

Shades of Casablanca #F6B957

Tints of Casablanca #F6B957

Color information

#F6B957 (or 0xF6B957) is unknown color: approx Casablanca. HEX triplet: F6, B9 and 57. RGB value is (246,185,87). Sum of RGB (Red+Green+Blue) = 246+185+87=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B957 is #0946A8. Grayscale: #C0C0C0. Windows color (decimal): -607913 or 5749238. OLE color: 5749238.

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

Color convert

RGB24618587-
CMYK00.250.650.04
HSL36.98º89.83%65.29%-
HSV(B)36.98º64.63%96.47%-
XYZ57.0854.9816.62-
YUV192.0768.71166.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.49%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 87 (34.38% from 255) = 16.80%
R=47.49%
G=35.71%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461858700.250.650.0436.9889.8365.29
HexF6B957019414255a41
Octal366271127031101445132101
Binary11110110101110011010111011001100000110010010110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B957; }

 p { color: rgb(246,185,87); }

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

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

 a { background-color: rgb(246,185,87); }

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

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

 span { border-color: rgb(246,185,87); }

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