#FDA960

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

Shades of Rajah #FDA960

Tints of Rajah #FDA960

Color information

#FDA960 (or 0xFDA960) is unknown color: approx Rajah. HEX triplet: FD, A9 and 60. RGB value is (253,169,96). Sum of RGB (Red+Green+Blue) = 253+169+96=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA960 is #02569F. Grayscale: #BABABA. Windows color (decimal): -153248 or 6334973. OLE color: 6334973.

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

Color convert

RGB25316996-
CMYK00.330.620.01
HSL27.9º97.52%68.43%-
HSV(B)27.9º62.06%99.22%-
XYZ56.8150.117.74-
YUV185.7977.33175.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.84%
GREEN value IS 169 (66.41% from 255) = 32.63%
BLUE value IS 96 (37.89% from 255) = 18.53%
R=48.84%
G=32.63%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531699600.330.620.0127.997.5268.43
HexFDA9600213E11c6244
Octal37525114004176134142104
Binary11111101101010011100000010000111111011110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA960; }

 p { color: rgb(253,169,96); }

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

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

 a { background-color: rgb(253,169,96); }

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

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

 span { border-color: rgb(253,169,96); }

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