#FDA65D

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

Shades of Rajah #FDA65D

Tints of Rajah #FDA65D

Color information

#FDA65D (or 0xFDA65D) is unknown color: approx Rajah. HEX triplet: FD, A6 and 5D. RGB value is (253,166,93). Sum of RGB (Red+Green+Blue) = 253+166+93=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA65D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA65D is #0259A2. Grayscale: #B8B8B8. Windows color (decimal): -154019 or 6137597. OLE color: 6137597.

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

Color convert

RGB25316693-
CMYK00.340.630.01
HSL27.38º97.56%67.84%-
HSV(B)27.38º63.24%99.22%-
XYZ56.1248.9516.85-
YUV183.6976.82177.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.41%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 93 (36.72% from 255) = 18.16%
R=49.41%
G=32.42%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531669300.340.630.0127.3897.5667.84
HexFDA65D0223F11b6244
Octal37524613504277133142104
Binary11111101101001101011101010001011111111101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA65D; }

 p { color: rgb(253,166,93); }

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

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

 a { background-color: rgb(253,166,93); }

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

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

 span { border-color: rgb(253,166,93); }

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