#F6AC5D

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

Shades of Rajah #F6AC5D

Tints of Rajah #F6AC5D

Color information

#F6AC5D (or 0xF6AC5D) is unknown color: approx Rajah. HEX triplet: F6, AC and 5D. RGB value is (246,172,93). Sum of RGB (Red+Green+Blue) = 246+172+93=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AC5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AC5D is #0953A2. Grayscale: #B9B9B9. Windows color (decimal): -611235 or 6139126. OLE color: 6139126.

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

Color convert

RGB24617293-
CMYK00.300.620.04
HSL30.98º89.47%66.47%-
HSV(B)30.98º62.2%96.47%-
XYZ54.7349.8917.1-
YUV185.1276.02171.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.14%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 93 (36.72% from 255) = 18.20%
R=48.14%
G=33.66%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461729300.300.620.0430.9889.4766.47
HexF6AC5D01E3E41f5942
Octal36625413503676437131102
Binary111101101010110010111010111101111101001111110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AC5D; }

 p { color: rgb(246,172,93); }

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

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

 a { background-color: rgb(246,172,93); }

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

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

 span { border-color: rgb(246,172,93); }

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