Html Css Color HEX #FA5831 Outrageous Orange

📋 copy color: '#FA5831'

red 250 ◦ green 88 ◦ blue 49

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

Shades of Outrageous Orange #FA5831

Tints of Outrageous Orange #FA5831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.74%

 BLUE value IS 49 (19.53% from 255) = 12.66%

R = 64.6%
G = 22.74%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA5831 (or 0xFA5831) is known color: Outrageous Orange. HEX triplet: FA, 58 and 31. RGB value is (250,88,49). Sum of RGB (Red+Green+Blue) = 250+88+49=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5831 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5831 is #05A7CE. Grayscale: #848484. Windows color (decimal): -370639 or 3234042. OLE color: 3234042.

HSL color Cylindrical-coordinate representation of color #FA5831: hue angle of 11.64º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA5831 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 88 49 -
CMYK 0 0.65 0.80 0.02
HSL 11.64º 0.95% 0.59% -
HSV(B) 11.64º 0.8% 0.98% -
XYZ 43.47 27.53 5.93 -
YUV 131.99 81.17 212.17 -
System Red Green Blue C M Y K H S L
Decimal 250 88 49 0 0.65 0.80 0.02 11.64 0.95 0.59
Hex FA 58 31 0 41 50 2 C 5F 3B
Octal 372 130 61 0 101 120 2 14 137 73
Binary 11111010 1011000 110001 0 1000001 1010000 10 1100 1011111 111011

Color Harmonies of #FA5831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5831

Black with #FA5831

Text Example


Text Example

White with #FA5831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5831; }

 p { color: rgb(250,88,49); }

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

background-color css

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

 a { background-color: rgb(250,88,49); }

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

border-color css

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

 span { border-color: rgb(250,88,49); }

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