#FFAD60

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

Shades of Rajah #FFAD60

Tints of Rajah #FFAD60

Color information

#FFAD60 (or 0xFFAD60) is unknown color: approx Rajah. HEX triplet: FF, AD and 60. RGB value is (255,173,96). Sum of RGB (Red+Green+Blue) = 255+173+96=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD60 is #00529F. Grayscale: #BDBDBD. Windows color (decimal): -21152 or 6335999. OLE color: 6335999.

HSL color Cylindrical-coordinate representation of color #FFAD60: hue angle of 29.06º 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 #FFAD60 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB25517396-
CMYK00.320.620
HSL29.06º100%68.82%-
HSV(B)29.06º62.35%100%-
XYZ58.2951.9918.03-
YUV188.7475.67175.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.66%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 96 (37.89% from 255) = 18.32%
R=48.66%
G=33.02%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551739600.320.62029.0610068.82
HexFFAD600203E01d6445
Octal37725514004076035144105
Binary11111111101011011100000010000011111001110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAD60; }

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

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

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

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

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

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

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

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