Html Css Color HEX #FDAD5D Rajah

📋 copy color: '#FDAD5D'

red 253 ◦ green 173 ◦ blue 93

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

Shades of Rajah #FDAD5D

Tints of Rajah #FDAD5D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.33%

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

R = 48.75%
G = 33.33%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDAD5D (or 0xFDAD5D) is known color: Rajah. HEX triplet: FD, AD and 5D. RGB value is (253,173,93). Sum of RGB (Red+Green+Blue) = 253+173+93=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAD5D is #0252A2. Grayscale: #BCBCBC. Windows color (decimal): -152227 or 6139389. OLE color: 6139389.

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

Color convert

RGB 253 173 93 -
CMYK 0 0.32 0.63 0.01
HSL 30º 0.98% 0.68% -
HSV(B) 30º 0.63% 0.99% -
XYZ 57.43 51.56 17.28 -
YUV 187.8 74.5 174.5 -
System Red Green Blue C M Y K H S L
Decimal 253 173 93 0 0.32 0.63 0.01 30 0.98 0.68
Hex FD AD 5D 0 20 3F 1 1E 62 44
Octal 375 255 135 0 40 77 1 36 142 104
Binary 11111101 10101101 1011101 0 100000 111111 1 11110 1100010 1000100

Color Harmonies of #FDAD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD5D

Black with #FDAD5D

Text Example


Text Example

White with #FDAD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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