Html Css Color HEX #FA5631 Outrageous Orange

📋 copy color: '#FA5631'

red 250 ◦ green 86 ◦ blue 49

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

Shades of Outrageous Orange #FA5631

Tints of Outrageous Orange #FA5631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

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

R = 64.94%
G = 22.34%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA5631 (or 0xFA5631) is known color: Outrageous Orange. HEX triplet: FA, 56 and 31. RGB value is (250,86,49). Sum of RGB (Red+Green+Blue) = 250+86+49=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5631 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5631 is #05A9CE. Grayscale: #838383. Windows color (decimal): -371151 or 3233530. OLE color: 3233530.

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

Color convert

RGB 250 86 49 -
CMYK 0 0.66 0.80 0.02
HSL 11.04º 0.95% 0.59% -
HSV(B) 11.04º 0.8% 0.98% -
XYZ 43.31 27.2 5.87 -
YUV 130.82 81.83 213.01 -
System Red Green Blue C M Y K H S L
Decimal 250 86 49 0 0.66 0.80 0.02 11.04 0.95 0.59
Hex FA 56 31 0 42 50 2 B 5F 3B
Octal 372 126 61 0 102 120 2 13 137 73
Binary 11111010 1010110 110001 0 1000010 1010000 10 1011 1011111 111011

Color Harmonies of #FA5631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5631

Black with #FA5631

Text Example


Text Example

White with #FA5631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5631; }

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

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

background-color css

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

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

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

border-color css

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

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

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