#F6AB4E

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

Shades of Casablanca #F6AB4E

Tints of Casablanca #F6AB4E

Color information

#F6AB4E (or 0xF6AB4E) is unknown color: approx Casablanca. HEX triplet: F6, AB and 4E. RGB value is (246,171,78). Sum of RGB (Red+Green+Blue) = 246+171+78=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AB4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AB4E is #0954B1. Grayscale: #B7B7B7. Windows color (decimal): -611506 or 5155830. OLE color: 5155830.

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

Color convert

RGB24617178-
CMYK00.300.680.04
HSL33.21º90.32%63.53%-
HSV(B)33.21º68.29%96.47%-
XYZ53.9449.2713.87-
YUV182.8268.85173.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.70%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 78 (30.86% from 255) = 15.76%
R=49.70%
G=34.55%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461717800.300.680.0433.2190.3263.53
HexF6AB4E01E444215a40
Octal366253116036104441132100
Binary11110110101010111001110011110100010010010000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AB4E; }

 p { color: rgb(246,171,78); }

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

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

 a { background-color: rgb(246,171,78); }

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

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

 span { border-color: rgb(246,171,78); }

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