Html Css Color HEX #FDA445 Sunshade

📋 copy color: '#FDA445'

red 253 ◦ green 164 ◦ blue 69

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

Shades of Sunshade #FDA445

Tints of Sunshade #FDA445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.74%

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

R = 52.06%
G = 33.74%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDA445 (or 0xFDA445) is known color: Sunshade. HEX triplet: FD, A4 and 45. RGB value is (253,164,69). Sum of RGB (Red+Green+Blue) = 253+164+69=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA445 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA445 is #025BBA. Grayscale: #B4B4B4. Windows color (decimal): -154555 or 4564221. OLE color: 4564221.

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

Color convert

RGB 253 164 69 -
CMYK 0 0.35 0.73 0.01
HSL 30.98º 0.98% 0.63% -
HSV(B) 30.98º 0.73% 0.99% -
XYZ 54.86 47.86 11.98 -
YUV 179.78 65.49 180.22 -
System Red Green Blue C M Y K H S L
Decimal 253 164 69 0 0.35 0.73 0.01 30.98 0.98 0.63
Hex FD A4 45 0 23 49 1 1F 62 3F
Octal 375 244 105 0 43 111 1 37 142 77
Binary 11111101 10100100 1000101 0 100011 1001001 1 11111 1100010 111111

Color Harmonies of #FDA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA445

Black with #FDA445

Text Example


Text Example

White with #FDA445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA445; }

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

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

background-color css

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

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

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

border-color css

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

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

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