#FDAD63

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

Shades of Rajah #FDAD63

Tints of Rajah #FDAD63

Color information

#FDAD63 (or 0xFDAD63) is unknown color: approx Rajah. HEX triplet: FD, AD and 63. RGB value is (253,173,99). Sum of RGB (Red+Green+Blue) = 253+173+99=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAD63 is #02529C. Grayscale: #BCBCBC. Windows color (decimal): -152221 or 6532605. OLE color: 6532605.

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

Color convert

RGB25317399-
CMYK00.320.610.01
HSL28.83º97.47%69.02%-
HSV(B)28.83º60.87%99.22%-
XYZ57.751.6718.74-
YUV188.4877.5174.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.19%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 99 (39.06% from 255) = 18.86%
R=48.19%
G=32.95%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531739900.320.610.0128.8397.4769.02
HexFDAD630203D11d6145
Octal37525514304075135141105
Binary11111101101011011100011010000011110111110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAD63; }

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

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

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

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

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

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

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

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