Html Css Color HEX #FDA045 Sunshade

📋 copy color: '#FDA045'

red 253 ◦ green 160 ◦ blue 69

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

Shades of Sunshade #FDA045

Tints of Sunshade #FDA045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.32%

R = 52.49%
G = 33.2%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDA045 (or 0xFDA045) is known color: Sunshade. HEX triplet: FD, A0 and 45. RGB value is (253,160,69). Sum of RGB (Red+Green+Blue) = 253+160+69=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA045 is #025FBA. Grayscale: #B1B1B1. Windows color (decimal): -155579 or 4563197. OLE color: 4563197.

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

Color convert

RGB 253 160 69 -
CMYK 0 0.37 0.73 0.01
HSL 29.67º 0.98% 0.63% -
HSV(B) 29.67º 0.73% 0.99% -
XYZ 54.15 46.45 11.74 -
YUV 177.43 66.81 181.9 -
System Red Green Blue C M Y K H S L
Decimal 253 160 69 0 0.37 0.73 0.01 29.67 0.98 0.63
Hex FD A0 45 0 25 49 1 1E 62 3F
Octal 375 240 105 0 45 111 1 36 142 77
Binary 11111101 10100000 1000101 0 100101 1001001 1 11110 1100010 111111

Color Harmonies of #FDA045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA045

Black with #FDA045

Text Example


Text Example

White with #FDA045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA045; }

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

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

background-color css

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

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

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

border-color css

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

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

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