#F6AB60

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

Shades of Rajah #F6AB60

Tints of Rajah #F6AB60

Color information

#F6AB60 (or 0xF6AB60) is unknown color: approx Rajah. HEX triplet: F6, AB and 60. RGB value is (246,171,96). Sum of RGB (Red+Green+Blue) = 246+171+96=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AB60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AB60 is #09549F. Grayscale: #B9B9B9. Windows color (decimal): -611488 or 6335478. OLE color: 6335478.

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

Color convert

RGB24617196-
CMYK00.300.610.04
HSL30º89.29%67.06%-
HSV(B)30º60.98%96.47%-
XYZ54.6849.5617.75-
YUV184.8777.85171.6-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.95%
GREEN value IS 171 (67.19% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 18.71%
R=47.95%
G=33.33%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461719600.300.610.043089.2967.06
HexF6AB6001E3D41e5943
Octal36625314003675436131103
Binary111101101010101111000000111101111011001111010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AB60; }

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

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

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

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

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

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

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

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