Html Css Color HEX #FDA450 Sunshade

📋 copy color: '#FDA450'

red 253 ◦ green 164 ◦ blue 80

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

Shades of Sunshade #FDA450

Tints of Sunshade #FDA450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.1%

R = 50.91%
G = 33%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDA450 (or 0xFDA450) is known color: Sunshade. HEX triplet: FD, A4 and 50. RGB value is (253,164,80). Sum of RGB (Red+Green+Blue) = 253+164+80=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA450 is #025BAF. Grayscale: #B5B5B5. Windows color (decimal): -154544 or 5285117. OLE color: 5285117.

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

Color convert

RGB 253 164 80 -
CMYK 0 0.35 0.68 0.01
HSL 29.13º 0.98% 0.65% -
HSV(B) 29.13º 0.68% 0.99% -
XYZ 55.23 48.01 13.95 -
YUV 181.04 70.99 179.33 -
System Red Green Blue C M Y K H S L
Decimal 253 164 80 0 0.35 0.68 0.01 29.13 0.98 0.65
Hex FD A4 50 0 23 44 1 1D 62 41
Octal 375 244 120 0 43 104 1 35 142 101
Binary 11111101 10100100 1010000 0 100011 1000100 1 11101 1100010 1000001

Color Harmonies of #FDA450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA450

Black with #FDA450

Text Example


Text Example

White with #FDA450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA450; }

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

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

background-color css

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

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

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

border-color css

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

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

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