#F6B150

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

Shades of Casablanca #F6B150

Tints of Casablanca #F6B150

Color information

#F6B150 (or 0xF6B150) is unknown color: approx Casablanca. HEX triplet: F6, B1 and 50. RGB value is (246,177,80). Sum of RGB (Red+Green+Blue) = 246+177+80=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B150 is #094EAF. Grayscale: #BBBBBB. Windows color (decimal): -609968 or 5288438. OLE color: 5288438.

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

Color convert

RGB24617780-
CMYK00.280.670.04
HSL35.06º90.22%63.92%-
HSV(B)35.06º67.48%96.47%-
XYZ55.1851.6214.64-
YUV186.5767.86170.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.91%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 80 (31.64% from 255) = 15.90%
R=48.91%
G=35.19%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461778000.280.670.0435.0690.2263.92
HexF6B15001C434235a40
Octal366261120034103443132100
Binary11110110101100011010000011100100001110010001110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B150; }

 p { color: rgb(246,177,80); }

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

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

 a { background-color: rgb(246,177,80); }

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

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

 span { border-color: rgb(246,177,80); }

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