Html Css Color HEX #FDA049 Sunshade

📋 copy color: '#FDA049'

red 253 ◦ green 160 ◦ blue 73

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

Shades of Sunshade #FDA049

Tints of Sunshade #FDA049

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.92%

 BLUE value IS 73 (28.91% from 255) = 15.02%

R = 52.06%
G = 32.92%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDA049 (or 0xFDA049) is known color: Sunshade. HEX triplet: FD, A0 and 49. RGB value is (253,160,73). Sum of RGB (Red+Green+Blue) = 253+160+73=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA049 is #025FB6. Grayscale: #B2B2B2. Windows color (decimal): -155575 or 4825341. OLE color: 4825341.

HSL color Cylindrical-coordinate representation of color #FDA049: hue angle of 29º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDA049 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 160 73 -
CMYK 0 0.37 0.71 0.01
HSL 29º 0.98% 0.64% -
HSV(B) 29º 0.71% 0.99% -
XYZ 54.28 46.51 12.42 -
YUV 177.89 68.81 181.57 -
System Red Green Blue C M Y K H S L
Decimal 253 160 73 0 0.37 0.71 0.01 29 0.98 0.64
Hex FD A0 49 0 25 47 1 1D 62 40
Octal 375 240 111 0 45 107 1 35 142 100
Binary 11111101 10100000 1001001 0 100101 1000111 1 11101 1100010 1000000

Color Harmonies of #FDA049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA049

Black with #FDA049

Text Example


Text Example

White with #FDA049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA049; }

 p { color: rgb(253,160,73); }

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

background-color css

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

 a { background-color: rgb(253,160,73); }

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

border-color css

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

 span { border-color: rgb(253,160,73); }

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