Html Css Color HEX #FA331A Red Orange

📋 copy color: '#FA331A'

red 250 ◦ green 51 ◦ blue 26

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

Shades of Red Orange #FA331A

Tints of Red Orange #FA331A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.95%

R = 76.45%
G = 15.6%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA331A (or 0xFA331A) is known color: Red Orange. HEX triplet: FA, 33 and 1A. RGB value is (250,51,26). Sum of RGB (Red+Green+Blue) = 250+51+26=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA331A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA331A is #05CCE5. Grayscale: #6B6B6B. Windows color (decimal): -380134 or 1717242. OLE color: 1717242.

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

Color convert

RGB 250 51 26 -
CMYK 0 0.80 0.90 0.02
HSL 6.7º 0.96% 0.54% -
HSV(B) 6.7º 0.9% 0.98% -
XYZ 40.79 22.77 3.22 -
YUV 107.65 81.93 229.53 -
System Red Green Blue C M Y K H S L
Decimal 250 51 26 0 0.80 0.90 0.02 6.7 0.96 0.54
Hex FA 33 1A 0 50 5A 2 7 60 36
Octal 372 63 32 0 120 132 2 7 140 66
Binary 11111010 110011 11010 0 1010000 1011010 10 111 1100000 110110

Color Harmonies of #FA331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA331A

Black with #FA331A

Text Example


Text Example

White with #FA331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA331A; }

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

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

background-color css

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

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

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

border-color css

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

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

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