Html Css Color HEX #FDA85E Rajah

📋 copy color: '#FDA85E'

red 253 ◦ green 168 ◦ blue 94

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

Shades of Rajah #FDA85E

Tints of Rajah #FDA85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.25%

R = 49.13%
G = 32.62%
B = 18.25%

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

#FDA85E (or 0xFDA85E) is known color: Rajah. HEX triplet: FD, A8 and 5E. RGB value is (253,168,94). Sum of RGB (Red+Green+Blue) = 253+168+94=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA85E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA85E is #0257A1. Grayscale: #B9B9B9. Windows color (decimal): -153506 or 6203645. OLE color: 6203645.

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

Color convert

RGB 253 168 94 -
CMYK 0 0.34 0.63 0.01
HSL 27.92º 0.98% 0.68% -
HSV(B) 27.92º 0.63% 0.99% -
XYZ 56.53 49.7 17.2 -
YUV 184.98 76.66 176.52 -
System Red Green Blue C M Y K H S L
Decimal 253 168 94 0 0.34 0.63 0.01 27.92 0.98 0.68
Hex FD A8 5E 0 22 3F 1 1C 62 44
Octal 375 250 136 0 42 77 1 34 142 104
Binary 11111101 10101000 1011110 0 100010 111111 1 11100 1100010 1000100

Color Harmonies of #FDA85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA85E

Black with #FDA85E

Text Example


Text Example

White with #FDA85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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