#F6B351

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

Shades of Casablanca #F6B351

Tints of Casablanca #F6B351

Color information

#F6B351 (or 0xF6B351) is unknown color: approx Casablanca. HEX triplet: F6, B3 and 51. RGB value is (246,179,81). Sum of RGB (Red+Green+Blue) = 246+179+81=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 81 (32.03% from 255 or 16.01% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B351 is #094CAE. Grayscale: #BCBCBC. Windows color (decimal): -609455 or 5354486. OLE color: 5354486.

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

Color convert

RGB24617981-
CMYK00.270.670.04
HSL35.64º90.16%64.12%-
HSV(B)35.64º67.07%96.47%-
XYZ55.6152.4314.97-
YUV187.8667.7169.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.62%
GREEN value IS 179 (70.31% from 255) = 35.38%
BLUE value IS 81 (32.03% from 255) = 16.01%
R=48.62%
G=35.38%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461798100.270.670.0435.6490.1664.12
HexF6B35101B434245a40
Octal366263121033103444132100
Binary11110110101100111010001011011100001110010010010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B351; }

 p { color: rgb(246,179,81); }

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

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

 a { background-color: rgb(246,179,81); }

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

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

 span { border-color: rgb(246,179,81); }

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