Html Css Color HEX #FDA056 Sunshade

📋 copy color: '#FDA056'

red 253 ◦ green 160 ◦ blue 86

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

Shades of Sunshade #FDA056

Tints of Sunshade #FDA056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.23%

R = 50.7%
G = 32.06%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDA056 (or 0xFDA056) is known color: Sunshade. HEX triplet: FD, A0 and 56. RGB value is (253,160,86). Sum of RGB (Red+Green+Blue) = 253+160+86=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA056 is #025FA9. Grayscale: #B3B3B3. Windows color (decimal): -155562 or 5677309. OLE color: 5677309.

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

Color convert

RGB 253 160 86 -
CMYK 0 0.37 0.66 0.01
HSL 26.59º 0.98% 0.66% -
HSV(B) 26.59º 0.66% 0.99% -
XYZ 54.76 46.7 14.93 -
YUV 179.37 75.31 180.52 -
System Red Green Blue C M Y K H S L
Decimal 253 160 86 0 0.37 0.66 0.01 26.59 0.98 0.66
Hex FD A0 56 0 25 42 1 1B 62 42
Octal 375 240 126 0 45 102 1 33 142 102
Binary 11111101 10100000 1010110 0 100101 1000010 1 11011 1100010 1000010

Color Harmonies of #FDA056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA056

Black with #FDA056

Text Example


Text Example

White with #FDA056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA056; }

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

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

background-color css

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

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

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

border-color css

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

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

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