Html Css Color HEX #FDA044 Sunshade

📋 copy color: '#FDA044'

red 253 ◦ green 160 ◦ blue 68

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

Shades of Sunshade #FDA044

Tints of Sunshade #FDA044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.14%

R = 52.6%
G = 33.26%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDA044 (or 0xFDA044) is known color: Sunshade. HEX triplet: FD, A0 and 44. RGB value is (253,160,68). Sum of RGB (Red+Green+Blue) = 253+160+68=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA044 is #025FBB. Grayscale: #B1B1B1. Windows color (decimal): -155580 or 4497661. OLE color: 4497661.

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

Color convert

RGB 253 160 68 -
CMYK 0 0.37 0.73 0.01
HSL 29.84º 0.98% 0.63% -
HSV(B) 29.84º 0.73% 0.99% -
XYZ 54.12 46.44 11.58 -
YUV 177.32 66.31 181.98 -
System Red Green Blue C M Y K H S L
Decimal 253 160 68 0 0.37 0.73 0.01 29.84 0.98 0.63
Hex FD A0 44 0 25 49 1 1E 62 3F
Octal 375 240 104 0 45 111 1 36 142 77
Binary 11111101 10100000 1000100 0 100101 1001001 1 11110 1100010 111111

Color Harmonies of #FDA044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA044

Black with #FDA044

Text Example


Text Example

White with #FDA044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA044; }

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

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

background-color css

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

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

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

border-color css

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

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

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