#FFAC5D

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

Shades of Rajah #FFAC5D

Tints of Rajah #FFAC5D

Color information

#FFAC5D (or 0xFFAC5D) is unknown color: approx Rajah. HEX triplet: FF, AC and 5D. RGB value is (255,172,93). Sum of RGB (Red+Green+Blue) = 255+172+93=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC5D is #0053A2. Grayscale: #BCBCBC. Windows color (decimal): -21411 or 6139135. OLE color: 6139135.

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

Color convert

RGB25517293-
CMYK00.330.640
HSL29.26º100%68.24%-
HSV(B)29.26º63.53%100%-
XYZ57.9751.5617.25-
YUV187.8174.5175.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.04%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 93 (36.72% from 255) = 17.88%
R=49.04%
G=33.08%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551729300.330.64029.2610068.24
HexFFAC5D0214001d6444
Octal377254135041100035144104
Binary111111111010110010111010100001100000001110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAC5D; }

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

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

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

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

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

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

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

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