Html Css Color HEX #FDA054 Sunshade

📋 copy color: '#FDA054'

red 253 ◦ green 160 ◦ blue 84

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

Shades of Sunshade #FDA054

Tints of Sunshade #FDA054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.9%

R = 50.91%
G = 32.19%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDA054 (or 0xFDA054) is known color: Sunshade. HEX triplet: FD, A0 and 54. RGB value is (253,160,84). Sum of RGB (Red+Green+Blue) = 253+160+84=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA054 is #025FAB. Grayscale: #B3B3B3. Windows color (decimal): -155564 or 5546237. OLE color: 5546237.

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

Color convert

RGB 253 160 84 -
CMYK 0 0.37 0.67 0.01
HSL 26.98º 0.98% 0.66% -
HSV(B) 26.98º 0.67% 0.99% -
XYZ 54.68 46.66 14.51 -
YUV 179.14 74.31 180.68 -
System Red Green Blue C M Y K H S L
Decimal 253 160 84 0 0.37 0.67 0.01 26.98 0.98 0.66
Hex FD A0 54 0 25 43 1 1B 62 42
Octal 375 240 124 0 45 103 1 33 142 102
Binary 11111101 10100000 1010100 0 100101 1000011 1 11011 1100010 1000010

Color Harmonies of #FDA054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA054

Black with #FDA054

Text Example


Text Example

White with #FDA054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA054; }

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

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

background-color css

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

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

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

border-color css

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

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

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