Html Css Color HEX #FA301E Red Orange

📋 copy color: '#FA301E'

red 250 ◦ green 48 ◦ blue 30

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

Shades of Red Orange #FA301E

Tints of Red Orange #FA301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

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

R = 76.22%
G = 14.63%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA301E (or 0xFA301E) is known color: Red Orange. HEX triplet: FA, 30 and 1E. RGB value is (250,48,30). Sum of RGB (Red+Green+Blue) = 250+48+30=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA301E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA301E is #05CFE1. Grayscale: #6A6A6A. Windows color (decimal): -380898 or 1978618. OLE color: 1978618.

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

Color convert

RGB 250 48 30 -
CMYK 0 0.81 0.88 0.02
HSL 4.91º 0.96% 0.55% -
HSV(B) 4.91º 0.88% 0.98% -
XYZ 40.72 22.53 3.43 -
YUV 106.35 84.92 230.46 -
System Red Green Blue C M Y K H S L
Decimal 250 48 30 0 0.81 0.88 0.02 4.91 0.96 0.55
Hex FA 30 1E 0 51 58 2 5 60 37
Octal 372 60 36 0 121 130 2 5 140 67
Binary 11111010 110000 11110 0 1010001 1011000 10 101 1100000 110111

Color Harmonies of #FA301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA301E

Black with #FA301E

Text Example


Text Example

White with #FA301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA301E; }

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

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

background-color css

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

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

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

border-color css

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

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

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