Html Css Color HEX #FA331B Red Orange

📋 copy color: '#FA331B'

red 250 ◦ green 51 ◦ blue 27

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

Shades of Red Orange #FA331B

Tints of Red Orange #FA331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.23%

R = 76.22%
G = 15.55%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA331B (or 0xFA331B) is known color: Red Orange. HEX triplet: FA, 33 and 1B. RGB value is (250,51,27). Sum of RGB (Red+Green+Blue) = 250+51+27=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA331B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA331B is #05CCE4. Grayscale: #6C6C6C. Windows color (decimal): -380133 or 1782778. OLE color: 1782778.

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

Color convert

RGB 250 51 27 -
CMYK 0 0.80 0.89 0.02
HSL 6.46º 0.96% 0.54% -
HSV(B) 6.46º 0.89% 0.98% -
XYZ 40.81 22.77 3.28 -
YUV 107.77 82.43 229.45 -
System Red Green Blue C M Y K H S L
Decimal 250 51 27 0 0.80 0.89 0.02 6.46 0.96 0.54
Hex FA 33 1B 0 50 59 2 6 60 36
Octal 372 63 33 0 120 131 2 6 140 66
Binary 11111010 110011 11011 0 1010000 1011001 10 110 1100000 110110

Color Harmonies of #FA331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA331B

Black with #FA331B

Text Example


Text Example

White with #FA331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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