Html Css Color HEX #FA331C Red Orange

📋 copy color: '#FA331C'

red 250 ◦ green 51 ◦ blue 28

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

Shades of Red Orange #FA331C

Tints of Red Orange #FA331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.51%

R = 75.99%
G = 15.5%
B = 8.51%

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

#FA331C (or 0xFA331C) is known color: Red Orange. HEX triplet: FA, 33 and 1C. RGB value is (250,51,28). Sum of RGB (Red+Green+Blue) = 250+51+28=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA331C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA331C is #05CCE3. Grayscale: #6C6C6C. Windows color (decimal): -380132 or 1848314. OLE color: 1848314.

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

Color convert

RGB 250 51 28 -
CMYK 0 0.80 0.89 0.02
HSL 6.22º 0.96% 0.55% -
HSV(B) 6.22º 0.89% 0.98% -
XYZ 40.82 22.78 3.34 -
YUV 107.88 82.93 229.37 -
System Red Green Blue C M Y K H S L
Decimal 250 51 28 0 0.80 0.89 0.02 6.22 0.96 0.55
Hex FA 33 1C 0 50 59 2 6 60 37
Octal 372 63 34 0 120 131 2 6 140 67
Binary 11111010 110011 11100 0 1010000 1011001 10 110 1100000 110111

Color Harmonies of #FA331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA331C

Black with #FA331C

Text Example


Text Example

White with #FA331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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