Html Css Color HEX #FDA85D Rajah

📋 copy color: '#FDA85D'

red 253 ◦ green 168 ◦ blue 93

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

Shades of Rajah #FDA85D

Tints of Rajah #FDA85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.68%

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

R = 49.22%
G = 32.68%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDA85D (or 0xFDA85D) is known color: Rajah. HEX triplet: FD, A8 and 5D. RGB value is (253,168,93). Sum of RGB (Red+Green+Blue) = 253+168+93=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA85D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA85D is #0257A2. Grayscale: #B9B9B9. Windows color (decimal): -153507 or 6138109. OLE color: 6138109.

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

Color convert

RGB 253 168 93 -
CMYK 0 0.34 0.63 0.01
HSL 28.13º 0.98% 0.68% -
HSV(B) 28.13º 0.63% 0.99% -
XYZ 56.49 49.68 16.97 -
YUV 184.87 76.16 176.6 -
System Red Green Blue C M Y K H S L
Decimal 253 168 93 0 0.34 0.63 0.01 28.13 0.98 0.68
Hex FD A8 5D 0 22 3F 1 1C 62 44
Octal 375 250 135 0 42 77 1 34 142 104
Binary 11111101 10101000 1011101 0 100010 111111 1 11100 1100010 1000100

Color Harmonies of #FDA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA85D

Black with #FDA85D

Text Example


Text Example

White with #FDA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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