#F6B451

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

Shades of Casablanca #F6B451

Tints of Casablanca #F6B451

Color information

#F6B451 (or 0xF6B451) is unknown color: approx Casablanca. HEX triplet: F6, B4 and 51. RGB value is (246,180,81). Sum of RGB (Red+Green+Blue) = 246+180+81=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 81 (32.03% from 255 or 15.98% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B451 is #094BAE. Grayscale: #BCBCBC. Windows color (decimal): -609199 or 5354742. OLE color: 5354742.

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

Color convert

RGB24618081-
CMYK00.270.670.04
HSL36º90.16%64.12%-
HSV(B)36º67.07%96.47%-
XYZ55.8152.8315.04-
YUV188.4567.37169.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.52%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 81 (32.03% from 255) = 15.98%
R=48.52%
G=35.50%
B=15.98%

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
Decimal2461808100.270.670.043690.1664.12
HexF6B45101B434245a40
Octal366264121033103444132100
Binary11110110101101001010001011011100001110010010010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B451; }

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

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

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

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

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

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

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

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