#FDAD68

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

Shades of Rajah #FDAD68

Tints of Rajah #FDAD68

Color information

#FDAD68 (or 0xFDAD68) is unknown color: approx Rajah. HEX triplet: FD, AD and 68. RGB value is (253,173,104). Sum of RGB (Red+Green+Blue) = 253+173+104=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAD68 is #025297. Grayscale: #BDBDBD. Windows color (decimal): -152216 or 6860285. OLE color: 6860285.

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

Color convert

RGB253173104-
CMYK00.320.590.01
HSL27.79º97.39%70%-
HSV(B)27.79º58.89%99.22%-
XYZ57.9551.7720.03-
YUV189.0580173.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.74%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 104 (41.02% from 255) = 19.62%
R=47.74%
G=32.64%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317310400.320.590.0127.7997.3970
HexFDAD680203B11c6146
Octal37525515004073134141106
Binary11111101101011011101000010000011101111110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAD68; }

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

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

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

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

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

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

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

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