Html Css Color HEX #FA331E Red Orange

📋 copy color: '#FA331E'

red 250 ◦ green 51 ◦ blue 30

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

Shades of Red Orange #FA331E

Tints of Red Orange #FA331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 75.53%
G = 15.41%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA331E (or 0xFA331E) is known color: Red Orange. HEX triplet: FA, 33 and 1E. RGB value is (250,51,30). Sum of RGB (Red+Green+Blue) = 250+51+30=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA331E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA331E is #05CCE1. Grayscale: #6C6C6C. Windows color (decimal): -380130 or 1979386. OLE color: 1979386.

HSL color Cylindrical-coordinate representation of color #FA331E: hue angle of 5.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA331E is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 51 30 -
CMYK 0 0.80 0.88 0.02
HSL 5.73º 0.96% 0.55% -
HSV(B) 5.73º 0.88% 0.98% -
XYZ 40.84 22.79 3.47 -
YUV 108.11 83.93 229.21 -
System Red Green Blue C M Y K H S L
Decimal 250 51 30 0 0.80 0.88 0.02 5.73 0.96 0.55
Hex FA 33 1E 0 50 58 2 6 60 37
Octal 372 63 36 0 120 130 2 6 140 67
Binary 11111010 110011 11110 0 1010000 1011000 10 110 1100000 110111

Color Harmonies of #FA331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA331E

Black with #FA331E

Text Example


Text Example

White with #FA331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA331E; }

 p { color: rgb(250,51,30); }

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

background-color css

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

 a { background-color: rgb(250,51,30); }

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

border-color css

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

 span { border-color: rgb(250,51,30); }

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