Html Css Color HEX #FDA149 Sunshade

📋 copy color: '#FDA149'

red 253 ◦ green 161 ◦ blue 73

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

Shades of Sunshade #FDA149

Tints of Sunshade #FDA149

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.06%

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

R = 51.95%
G = 33.06%
B = 14.99%

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

#FDA149 (or 0xFDA149) is known color: Sunshade. HEX triplet: FD, A1 and 49. RGB value is (253,161,73). Sum of RGB (Red+Green+Blue) = 253+161+73=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA149 is #025EB6. Grayscale: #B2B2B2. Windows color (decimal): -155319 or 4825597. OLE color: 4825597.

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

Color convert

RGB 253 161 73 -
CMYK 0 0.36 0.71 0.01
HSL 29.33º 0.98% 0.64% -
HSV(B) 29.33º 0.71% 0.99% -
XYZ 54.46 46.85 12.48 -
YUV 178.48 68.48 181.16 -
System Red Green Blue C M Y K H S L
Decimal 253 161 73 0 0.36 0.71 0.01 29.33 0.98 0.64
Hex FD A1 49 0 24 47 1 1D 62 40
Octal 375 241 111 0 44 107 1 35 142 100
Binary 11111101 10100001 1001001 0 100100 1000111 1 11101 1100010 1000000

Color Harmonies of #FDA149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA149

Black with #FDA149

Text Example


Text Example

White with #FDA149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA149; }

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

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

background-color css

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

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

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

border-color css

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

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

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