Html Css Color HEX #FA331D Red Orange

📋 copy color: '#FA331D'

red 250 ◦ green 51 ◦ blue 29

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

Shades of Red Orange #FA331D

Tints of Red Orange #FA331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.79%

R = 75.76%
G = 15.45%
B = 8.79%

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

#FA331D (or 0xFA331D) is known color: Red Orange. HEX triplet: FA, 33 and 1D. RGB value is (250,51,29). Sum of RGB (Red+Green+Blue) = 250+51+29=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA331D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA331D is #05CCE2. Grayscale: #6C6C6C. Windows color (decimal): -380131 or 1913850. OLE color: 1913850.

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

Color convert

RGB 250 51 29 -
CMYK 0 0.80 0.88 0.02
HSL 5.97º 0.96% 0.55% -
HSV(B) 5.97º 0.88% 0.98% -
XYZ 40.83 22.78 3.41 -
YUV 107.99 83.43 229.29 -
System Red Green Blue C M Y K H S L
Decimal 250 51 29 0 0.80 0.88 0.02 5.97 0.96 0.55
Hex FA 33 1D 0 50 58 2 6 60 37
Octal 372 63 35 0 120 130 2 6 140 67
Binary 11111010 110011 11101 0 1010000 1011000 10 110 1100000 110111

Color Harmonies of #FA331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA331D

Black with #FA331D

Text Example


Text Example

White with #FA331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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