Html Css Color HEX #FDA048 Sunshade

📋 copy color: '#FDA048'

red 253 ◦ green 160 ◦ blue 72

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

Shades of Sunshade #FDA048

Tints of Sunshade #FDA048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.85%

R = 52.16%
G = 32.99%
B = 14.85%

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

#FDA048 (or 0xFDA048) is known color: Sunshade. HEX triplet: FD, A0 and 48. RGB value is (253,160,72). Sum of RGB (Red+Green+Blue) = 253+160+72=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA048 is #025FB7. Grayscale: #B2B2B2. Windows color (decimal): -155576 or 4759805. OLE color: 4759805.

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

Color convert

RGB 253 160 72 -
CMYK 0 0.37 0.72 0.01
HSL 29.17º 0.98% 0.64% -
HSV(B) 29.17º 0.72% 0.99% -
XYZ 54.25 46.49 12.25 -
YUV 177.78 68.31 181.66 -
System Red Green Blue C M Y K H S L
Decimal 253 160 72 0 0.37 0.72 0.01 29.17 0.98 0.64
Hex FD A0 48 0 25 48 1 1D 62 40
Octal 375 240 110 0 45 110 1 35 142 100
Binary 11111101 10100000 1001000 0 100101 1001000 1 11101 1100010 1000000

Color Harmonies of #FDA048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA048

Black with #FDA048

Text Example


Text Example

White with #FDA048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA048; }

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

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

background-color css

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

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

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

border-color css

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

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

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