Html Css Color HEX #FDA449 Sunshade

📋 copy color: '#FDA449'

red 253 ◦ green 164 ◦ blue 73

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

Shades of Sunshade #FDA449

Tints of Sunshade #FDA449

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.47%

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

R = 51.63%
G = 33.47%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDA449 (or 0xFDA449) is known color: Sunshade. HEX triplet: FD, A4 and 49. RGB value is (253,164,73). Sum of RGB (Red+Green+Blue) = 253+164+73=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA449 is #025BB6. Grayscale: #B4B4B4. Windows color (decimal): -154551 or 4826365. OLE color: 4826365.

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

Color convert

RGB 253 164 73 -
CMYK 0 0.35 0.71 0.01
HSL 30.33º 0.98% 0.64% -
HSV(B) 30.33º 0.71% 0.99% -
XYZ 54.99 47.91 12.65 -
YUV 180.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 253 164 73 0 0.35 0.71 0.01 30.33 0.98 0.64
Hex FD A4 49 0 23 47 1 1E 62 40
Octal 375 244 111 0 43 107 1 36 142 100
Binary 11111101 10100100 1001001 0 100011 1000111 1 11110 1100010 1000000

Color Harmonies of #FDA449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA449

Black with #FDA449

Text Example


Text Example

White with #FDA449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA449; }

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

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

background-color css

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

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

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

border-color css

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

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

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