Html Css Color HEX #FDA154 Sunshade

📋 copy color: '#FDA154'

red 253 ◦ green 161 ◦ blue 84

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

Shades of Sunshade #FDA154

Tints of Sunshade #FDA154

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.33%

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

R = 50.8%
G = 32.33%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDA154 (or 0xFDA154) is known color: Sunshade. HEX triplet: FD, A1 and 54. RGB value is (253,161,84). Sum of RGB (Red+Green+Blue) = 253+161+84=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA154 is #025EAB. Grayscale: #B4B4B4. Windows color (decimal): -155308 or 5546493. OLE color: 5546493.

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

Color convert

RGB 253 161 84 -
CMYK 0 0.36 0.67 0.01
HSL 27.34º 0.98% 0.66% -
HSV(B) 27.34º 0.67% 0.99% -
XYZ 54.85 47.01 14.57 -
YUV 179.73 73.98 180.26 -
System Red Green Blue C M Y K H S L
Decimal 253 161 84 0 0.36 0.67 0.01 27.34 0.98 0.66
Hex FD A1 54 0 24 43 1 1B 62 42
Octal 375 241 124 0 44 103 1 33 142 102
Binary 11111101 10100001 1010100 0 100100 1000011 1 11011 1100010 1000010

Color Harmonies of #FDA154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA154

Black with #FDA154

Text Example


Text Example

White with #FDA154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA154; }

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

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

background-color css

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

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

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

border-color css

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

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

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