#FFAD5D

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

Shades of Rajah #FFAD5D

Tints of Rajah #FFAD5D

Color information

#FFAD5D (or 0xFFAD5D) is unknown color: approx Rajah. HEX triplet: FF, AD and 5D. RGB value is (255,173,93). Sum of RGB (Red+Green+Blue) = 255+173+93=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD5D is #0052A2. Grayscale: #BCBCBC. Windows color (decimal): -21155 or 6139391. OLE color: 6139391.

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

Color convert

RGB25517393-
CMYK00.320.640
HSL29.63º100%68.24%-
HSV(B)29.63º63.53%100%-
XYZ58.1651.9417.32-
YUV188.474.17175.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 93 (36.72% from 255) = 17.85%
R=48.94%
G=33.21%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551739300.320.64029.6310068.24
HexFFAD5D0204001e6444
Octal377255135040100036144104
Binary111111111010110110111010100000100000001111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAD5D; }

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

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

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

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

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

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

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

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