Html Css Color HEX #FDA95D Rajah

📋 copy color: '#FDA95D'

red 253 ◦ green 169 ◦ blue 93

#FDA95D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rajah #FDA95D

Tints of Rajah #FDA95D

RGB

 RED value IS 253 (99.22% from 255) = 49.13%

 GREEN value IS 169 (66.41% from 255) = 32.82%

 BLUE value IS 93 (36.72% from 255) = 18.06%

R = 49.13%
G = 32.82%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDA95D (or 0xFDA95D) is known color: Rajah. HEX triplet: FD, A9 and 5D. RGB value is (253,169,93). Sum of RGB (Red+Green+Blue) = 253+169+93=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA95D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA95D is #0256A2. Grayscale: #B9B9B9. Windows color (decimal): -153251 or 6138365. OLE color: 6138365.

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

Color convert

RGB 253 169 93 -
CMYK 0 0.33 0.63 0.01
HSL 28.5º 0.98% 0.68% -
HSV(B) 28.5º 0.63% 0.99% -
XYZ 56.67 50.05 17.03 -
YUV 185.45 75.83 176.18 -
System Red Green Blue C M Y K H S L
Decimal 253 169 93 0 0.33 0.63 0.01 28.5 0.98 0.68
Hex FD A9 5D 0 21 3F 1 1C 62 44
Octal 375 251 135 0 41 77 1 34 142 104
Binary 11111101 10101001 1011101 0 100001 111111 1 11100 1100010 1000100

Color Harmonies of #FDA95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA95D

Black with #FDA95D

Text Example


Text Example

White with #FDA95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA95D; }

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

 H1.HeaderClassName
 {
   color: #FDA95D;
 }
 .AnyTagClassName
 {
   color: #FDA95D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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