Html Css Color HEX #FA9250 Sunshade

📋 copy color: '#FA9250'

red 250 ◦ green 146 ◦ blue 80

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

Shades of Sunshade #FA9250

Tints of Sunshade #FA9250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.67%

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

R = 52.52%
G = 30.67%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA9250 (or 0xFA9250) is known color: Sunshade. HEX triplet: FA, 92 and 50. RGB value is (250,146,80). Sum of RGB (Red+Green+Blue) = 250+146+80=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9250 is #056DAF. Grayscale: #A9A9A9. Windows color (decimal): -355760 or 5280506. OLE color: 5280506.

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

Color convert

RGB 250 146 80 -
CMYK 0 0.42 0.68 0.02
HSL 23.29º 0.94% 0.65% -
HSV(B) 23.29º 0.68% 0.98% -
XYZ 51.15 41.46 12.9 -
YUV 169.57 77.46 185.37 -
System Red Green Blue C M Y K H S L
Decimal 250 146 80 0 0.42 0.68 0.02 23.29 0.94 0.65
Hex FA 92 50 0 2A 44 2 17 5E 41
Octal 372 222 120 0 52 104 2 27 136 101
Binary 11111010 10010010 1010000 0 101010 1000100 10 10111 1011110 1000001

Color Harmonies of #FA9250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9250

Black with #FA9250

Text Example


Text Example

White with #FA9250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9250; }

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

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

background-color css

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

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

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

border-color css

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

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

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