#FDA760

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

Shades of Rajah #FDA760

Tints of Rajah #FDA760

Color information

#FDA760 (or 0xFDA760) is unknown color: approx Rajah. HEX triplet: FD, A7 and 60. RGB value is (253,167,96). Sum of RGB (Red+Green+Blue) = 253+167+96=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA760 is #02589F. Grayscale: #B8B8B8. Windows color (decimal): -153760 or 6334461. OLE color: 6334461.

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

Color convert

RGB25316796-
CMYK00.340.620.01
HSL27.13º97.52%68.43%-
HSV(B)27.13º62.06%99.22%-
XYZ56.4449.3617.62-
YUV184.6277.99176.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.03%
GREEN value IS 167 (65.62% from 255) = 32.36%
BLUE value IS 96 (37.89% from 255) = 18.60%
R=49.03%
G=32.36%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531679600.340.620.0127.1397.5268.43
HexFDA7600223E11b6244
Octal37524714004276133142104
Binary11111101101001111100000010001011111011101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA760; }

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

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

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

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

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

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

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

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