#FDAF63

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

Shades of Rajah #FDAF63

Tints of Rajah #FDAF63

Color information

#FDAF63 (or 0xFDAF63) is unknown color: approx Rajah. HEX triplet: FD, AF and 63. RGB value is (253,175,99). Sum of RGB (Red+Green+Blue) = 253+175+99=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAF63 is #02509C. Grayscale: #BEBEBE. Windows color (decimal): -151709 or 6533117. OLE color: 6533117.

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

Color convert

RGB25317599-
CMYK00.310.610.01
HSL29.61º97.47%69.02%-
HSV(B)29.61º60.87%99.22%-
XYZ58.0952.4418.87-
YUV189.6676.84173.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.01%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 99 (39.06% from 255) = 18.79%
R=48.01%
G=33.21%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531759900.310.610.0129.6197.4769.02
HexFDAF6301F3D11e6145
Octal37525714303775136141105
Binary1111110110101111110001101111111110111111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAF63; }

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

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

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

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

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

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

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

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