Html Css Color HEX #FD9F50 Sunshade

📋 copy color: '#FD9F50'

red 253 ◦ green 159 ◦ blue 80

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

Shades of Sunshade #FD9F50

Tints of Sunshade #FD9F50

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.32%

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

R = 51.42%
G = 32.32%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD9F50 (or 0xFD9F50) is known color: Sunshade. HEX triplet: FD, 9F and 50. RGB value is (253,159,80). Sum of RGB (Red+Green+Blue) = 253+159+80=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9F50 is #0260AF. Grayscale: #B2B2B2. Windows color (decimal): -155824 or 5283837. OLE color: 5283837.

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

Color convert

RGB 253 159 80 -
CMYK 0 0.37 0.68 0.01
HSL 27.4º 0.98% 0.65% -
HSV(B) 27.4º 0.68% 0.99% -
XYZ 54.35 46.26 13.65 -
YUV 178.1 72.64 181.42 -
System Red Green Blue C M Y K H S L
Decimal 253 159 80 0 0.37 0.68 0.01 27.4 0.98 0.65
Hex FD 9F 50 0 25 44 1 1B 62 41
Octal 375 237 120 0 45 104 1 33 142 101
Binary 11111101 10011111 1010000 0 100101 1000100 1 11011 1100010 1000001

Color Harmonies of #FD9F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9F50

Black with #FD9F50

Text Example


Text Example

White with #FD9F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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