Html Css Color HEX #FDA350 Sunshade

📋 copy color: '#FDA350'

red 253 ◦ green 163 ◦ blue 80

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

Shades of Sunshade #FDA350

Tints of Sunshade #FDA350

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.86%

 BLUE value IS 80 (31.64% from 255) = 16.13%

R = 51.01%
G = 32.86%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDA350 (or 0xFDA350) is known color: Sunshade. HEX triplet: FD, A3 and 50. RGB value is (253,163,80). Sum of RGB (Red+Green+Blue) = 253+163+80=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA350 is #025CAF. Grayscale: #B4B4B4. Windows color (decimal): -154800 or 5284861. OLE color: 5284861.

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

Color convert

RGB 253 163 80 -
CMYK 0 0.36 0.68 0.01
HSL 28.79º 0.98% 0.65% -
HSV(B) 28.79º 0.68% 0.99% -
XYZ 55.05 47.66 13.89 -
YUV 180.45 71.32 179.75 -
System Red Green Blue C M Y K H S L
Decimal 253 163 80 0 0.36 0.68 0.01 28.79 0.98 0.65
Hex FD A3 50 0 24 44 1 1D 62 41
Octal 375 243 120 0 44 104 1 35 142 101
Binary 11111101 10100011 1010000 0 100100 1000100 1 11101 1100010 1000001

Color Harmonies of #FDA350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA350

Black with #FDA350

Text Example


Text Example

White with #FDA350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA350; }

 p { color: rgb(253,163,80); }

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

background-color css

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

 a { background-color: rgb(253,163,80); }

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

border-color css

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

 span { border-color: rgb(253,163,80); }

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