Html Css Color HEX #FDA047 Sunshade

📋 copy color: '#FDA047'

red 253 ◦ green 160 ◦ blue 71

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

Shades of Sunshade #FDA047

Tints of Sunshade #FDA047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.67%

R = 52.27%
G = 33.06%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDA047 (or 0xFDA047) is known color: Sunshade. HEX triplet: FD, A0 and 47. RGB value is (253,160,71). Sum of RGB (Red+Green+Blue) = 253+160+71=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 71 (28.12% from 255 or 14.67% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA047 is #025FB8. Grayscale: #B2B2B2. Windows color (decimal): -155577 or 4694269. OLE color: 4694269.

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

Color convert

RGB 253 160 71 -
CMYK 0 0.37 0.72 0.01
HSL 29.34º 0.98% 0.64% -
HSV(B) 29.34º 0.72% 0.99% -
XYZ 54.22 46.48 12.08 -
YUV 177.66 67.81 181.74 -
System Red Green Blue C M Y K H S L
Decimal 253 160 71 0 0.37 0.72 0.01 29.34 0.98 0.64
Hex FD A0 47 0 25 48 1 1D 62 40
Octal 375 240 107 0 45 110 1 35 142 100
Binary 11111101 10100000 1000111 0 100101 1001000 1 11101 1100010 1000000

Color Harmonies of #FDA047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA047

Black with #FDA047

Text Example


Text Example

White with #FDA047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA047; }

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

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

background-color css

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

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

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

border-color css

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

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

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