Html Css Color HEX #FA9F50 Sunshade

📋 copy color: '#FA9F50'

red 250 ◦ green 159 ◦ blue 80

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

Shades of Sunshade #FA9F50

Tints of Sunshade #FA9F50

RGB

 RED value IS 250 (98.05% from 255) = 51.12%

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

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

R = 51.12%
G = 32.52%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA9F50 (or 0xFA9F50) is known color: Sunshade. HEX triplet: FA, 9F and 50. RGB value is (250,159,80). Sum of RGB (Red+Green+Blue) = 250+159+80=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F50 is #0560AF. Grayscale: #B1B1B1. Windows color (decimal): -352432 or 5283834. OLE color: 5283834.

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

Color convert

RGB 250 159 80 -
CMYK 0 0.36 0.68 0.02
HSL 27.88º 0.94% 0.65% -
HSV(B) 27.88º 0.68% 0.98% -
XYZ 53.27 45.7 13.6 -
YUV 177.2 73.15 179.92 -
System Red Green Blue C M Y K H S L
Decimal 250 159 80 0 0.36 0.68 0.02 27.88 0.94 0.65
Hex FA 9F 50 0 24 44 2 1C 5E 41
Octal 372 237 120 0 44 104 2 34 136 101
Binary 11111010 10011111 1010000 0 100100 1000100 10 11100 1011110 1000001

Color Harmonies of #FA9F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F50

Black with #FA9F50

Text Example


Text Example

White with #FA9F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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