#F6AB5C

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

Shades of Rajah #F6AB5C

Tints of Rajah #F6AB5C

Color information

#F6AB5C (or 0xF6AB5C) is unknown color: approx Rajah. HEX triplet: F6, AB and 5C. RGB value is (246,171,92). Sum of RGB (Red+Green+Blue) = 246+171+92=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AB5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AB5C is #0954A3. Grayscale: #B8B8B8. Windows color (decimal): -611492 or 6073334. OLE color: 6073334.

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

Color convert

RGB24617192-
CMYK00.300.630.04
HSL30.78º89.53%66.27%-
HSV(B)30.78º62.6%96.47%-
XYZ54.549.4916.81-
YUV184.4275.85171.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.33%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 92 (36.33% from 255) = 18.07%
R=48.33%
G=33.60%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461719200.300.630.0430.7889.5366.27
HexF6AB5C01E3F41f5a42
Octal36625313403677437132102
Binary111101101010101110111000111101111111001111110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AB5C; }

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

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

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

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

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

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

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

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