#FDA95F

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

Shades of Rajah #FDA95F

Tints of Rajah #FDA95F

Color information

#FDA95F (or 0xFDA95F) is unknown color: approx Rajah. HEX triplet: FD, A9 and 5F. RGB value is (253,169,95). Sum of RGB (Red+Green+Blue) = 253+169+95=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA95F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA95F is #0256A0. Grayscale: #BABABA. Windows color (decimal): -153249 or 6269437. OLE color: 6269437.

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

Color convert

RGB25316995-
CMYK00.330.620.01
HSL28.1º97.53%68.24%-
HSV(B)28.1º62.45%99.22%-
XYZ56.7650.0817.5-
YUV185.6876.83176.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.94%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 95 (37.5% from 255) = 18.38%
R=48.94%
G=32.69%
B=18.38%

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
Decimal2531699500.330.620.0128.197.5368.24
HexFDA95F0213E11c6244
Octal37525113704176134142104
Binary11111101101010011011111010000111111011110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA95F; }

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

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

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

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

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

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

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

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