#FFAD5C

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

Shades of Rajah #FFAD5C

Tints of Rajah #FFAD5C

Color information

#FFAD5C (or 0xFFAD5C) is unknown color: approx Rajah. HEX triplet: FF, AD and 5C. RGB value is (255,173,92). Sum of RGB (Red+Green+Blue) = 255+173+92=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD5C is #0052A3. Grayscale: #BCBCBC. Windows color (decimal): -21156 or 6073855. OLE color: 6073855.

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

Color convert

RGB25517392-
CMYK00.320.640
HSL29.82º100%68.04%-
HSV(B)29.82º63.92%100%-
XYZ58.1251.9217.08-
YUV188.2873.67175.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.04%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 92 (36.33% from 255) = 17.69%
R=49.04%
G=33.27%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551739200.320.64029.8210068.04
HexFFAD5C0204001e6444
Octal377255134040100036144104
Binary111111111010110110111000100000100000001111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAD5C; }

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

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

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

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

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

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

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

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