Html Css Color HEX #FDA349 Sunshade

📋 copy color: '#FDA349'

red 253 ◦ green 163 ◦ blue 73

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

Shades of Sunshade #FDA349

Tints of Sunshade #FDA349

RGB

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

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

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

R = 51.74%
G = 33.33%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDA349 (or 0xFDA349) is known color: Sunshade. HEX triplet: FD, A3 and 49. RGB value is (253,163,73). Sum of RGB (Red+Green+Blue) = 253+163+73=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA349 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA349 is #025CB6. Grayscale: #B4B4B4. Windows color (decimal): -154807 or 4826109. OLE color: 4826109.

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

Color convert

RGB 253 163 73 -
CMYK 0 0.36 0.71 0.01
HSL 30º 0.98% 0.64% -
HSV(B) 30º 0.71% 0.99% -
XYZ 54.81 47.56 12.59 -
YUV 179.65 67.82 180.32 -
System Red Green Blue C M Y K H S L
Decimal 253 163 73 0 0.36 0.71 0.01 30 0.98 0.64
Hex FD A3 49 0 24 47 1 1E 62 40
Octal 375 243 111 0 44 107 1 36 142 100
Binary 11111101 10100011 1001001 0 100100 1000111 1 11110 1100010 1000000

Color Harmonies of #FDA349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA349

Black with #FDA349

Text Example


Text Example

White with #FDA349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA349; }

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

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

background-color css

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

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

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

border-color css

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

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

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