#FFAC60

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

Shades of Rajah #FFAC60

Tints of Rajah #FFAC60

Color information

#FFAC60 (or 0xFFAC60) is unknown color: approx Rajah. HEX triplet: FF, AC and 60. RGB value is (255,172,96). Sum of RGB (Red+Green+Blue) = 255+172+96=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC60 is #00539F. Grayscale: #BCBCBC. Windows color (decimal): -21408 or 6335743. OLE color: 6335743.

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

Color convert

RGB25517296-
CMYK00.330.620
HSL28.68º100%68.82%-
HSV(B)28.68º62.35%100%-
XYZ58.151.6117.97-
YUV188.1576175.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.76%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 96 (37.89% from 255) = 18.36%
R=48.76%
G=32.89%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551729600.330.62028.6810068.82
HexFFAC600213E01d6445
Octal37725414004176035144105
Binary11111111101011001100000010000111111001110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAC60; }

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

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

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

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

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

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

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

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