Html Css Color HEX #FA301F Red Orange

📋 copy color: '#FA301F'

red 250 ◦ green 48 ◦ blue 31

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

Shades of Red Orange #FA301F

Tints of Red Orange #FA301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.42%

R = 75.99%
G = 14.59%
B = 9.42%

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

#FA301F (or 0xFA301F) is known color: Red Orange. HEX triplet: FA, 30 and 1F. RGB value is (250,48,31). Sum of RGB (Red+Green+Blue) = 250+48+31=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA301F is #05CFE0. Grayscale: #6A6A6A. Windows color (decimal): -380897 or 2044154. OLE color: 2044154.

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

Color convert

RGB 250 48 31 -
CMYK 0 0.81 0.88 0.02
HSL 4.66º 0.96% 0.55% -
HSV(B) 4.66º 0.88% 0.98% -
XYZ 40.73 22.54 3.5 -
YUV 106.46 85.42 230.38 -
System Red Green Blue C M Y K H S L
Decimal 250 48 31 0 0.81 0.88 0.02 4.66 0.96 0.55
Hex FA 30 1F 0 51 58 2 5 60 37
Octal 372 60 37 0 121 130 2 5 140 67
Binary 11111010 110000 11111 0 1010001 1011000 10 101 1100000 110111

Color Harmonies of #FA301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA301F

Black with #FA301F

Text Example


Text Example

White with #FA301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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