Html Css Color HEX #FDA548 Sunshade

📋 copy color: '#FDA548'

red 253 ◦ green 165 ◦ blue 72

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

Shades of Sunshade #FDA548

Tints of Sunshade #FDA548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.67%

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

R = 51.63%
G = 33.67%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDA548 (or 0xFDA548) is known color: Sunshade. HEX triplet: FD, A5 and 48. RGB value is (253,165,72). Sum of RGB (Red+Green+Blue) = 253+165+72=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA548 is #025AB7. Grayscale: #B5B5B5. Windows color (decimal): -154296 or 4761085. OLE color: 4761085.

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

Color convert

RGB 253 165 72 -
CMYK 0 0.35 0.72 0.01
HSL 30.83º 0.98% 0.64% -
HSV(B) 30.83º 0.72% 0.99% -
XYZ 55.13 48.26 12.54 -
YUV 180.71 66.65 179.56 -
System Red Green Blue C M Y K H S L
Decimal 253 165 72 0 0.35 0.72 0.01 30.83 0.98 0.64
Hex FD A5 48 0 23 48 1 1F 62 40
Octal 375 245 110 0 43 110 1 37 142 100
Binary 11111101 10100101 1001000 0 100011 1001000 1 11111 1100010 1000000

Color Harmonies of #FDA548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA548

Black with #FDA548

Text Example


Text Example

White with #FDA548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA548; }

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

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

background-color css

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

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

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

border-color css

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

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

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