Html Css Color HEX #FA9850 Sunshade

📋 copy color: '#FA9850'

red 250 ◦ green 152 ◦ blue 80

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

Shades of Sunshade #FA9850

Tints of Sunshade #FA9850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.54%

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

R = 51.87%
G = 31.54%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA9850 (or 0xFA9850) is known color: Sunshade. HEX triplet: FA, 98 and 50. RGB value is (250,152,80). Sum of RGB (Red+Green+Blue) = 250+152+80=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9850 is #0567AF. Grayscale: #ADADAD. Windows color (decimal): -354224 or 5282042. OLE color: 5282042.

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

Color convert

RGB 250 152 80 -
CMYK 0 0.39 0.68 0.02
HSL 25.41º 0.94% 0.65% -
HSV(B) 25.41º 0.68% 0.98% -
XYZ 52.1 43.36 13.21 -
YUV 173.09 75.47 182.85 -
System Red Green Blue C M Y K H S L
Decimal 250 152 80 0 0.39 0.68 0.02 25.41 0.94 0.65
Hex FA 98 50 0 27 44 2 19 5E 41
Octal 372 230 120 0 47 104 2 31 136 101
Binary 11111010 10011000 1010000 0 100111 1000100 10 11001 1011110 1000001

Color Harmonies of #FA9850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9850

Black with #FA9850

Text Example


Text Example

White with #FA9850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9850; }

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

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

background-color css

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

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

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

border-color css

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

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

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