#FDAF5D

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

Shades of Rajah #FDAF5D

Tints of Rajah #FDAF5D

Color information

#FDAF5D (or 0xFDAF5D) is unknown color: approx Rajah. HEX triplet: FD, AF and 5D. RGB value is (253,175,93). Sum of RGB (Red+Green+Blue) = 253+175+93=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAF5D is #0250A2. Grayscale: #BDBDBD. Windows color (decimal): -151715 or 6139901. OLE color: 6139901.

HSL color Cylindrical-coordinate representation of color #FDAF5D: hue angle of 30.75º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDAF5D is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25317593-
CMYK00.310.630.01
HSL30.75º97.56%67.84%-
HSV(B)30.75º63.24%99.22%-
XYZ57.8152.3317.41-
YUV188.9773.84173.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.56%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 93 (36.72% from 255) = 17.85%
R=48.56%
G=33.59%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531759300.310.630.0130.7597.5667.84
HexFDAF5D01F3F11f6244
Octal37525713503777137142104
Binary1111110110101111101110101111111111111111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAF5D; }

 p { color: rgb(253,175,93); }

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

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

 a { background-color: rgb(253,175,93); }

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

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

 span { border-color: rgb(253,175,93); }

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