Html Css Color HEX #FA3A1F Red Orange

📋 copy color: '#FA3A1F'

red 250 ◦ green 58 ◦ blue 31

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

Shades of Red Orange #FA3A1F

Tints of Red Orange #FA3A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.11%

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

R = 73.75%
G = 17.11%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA3A1F (or 0xFA3A1F) is known color: Red Orange. HEX triplet: FA, 3A and 1F. RGB value is (250,58,31). Sum of RGB (Red+Green+Blue) = 250+58+31=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A1F is #05C5E0. Grayscale: #707070. Windows color (decimal): -378337 or 2046714. OLE color: 2046714.

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

Color convert

RGB 250 58 31 -
CMYK 0 0.77 0.88 0.02
HSL 7.4º 0.96% 0.55% -
HSV(B) 7.4º 0.88% 0.98% -
XYZ 41.18 23.45 3.65 -
YUV 112.33 82.11 226.2 -
System Red Green Blue C M Y K H S L
Decimal 250 58 31 0 0.77 0.88 0.02 7.4 0.96 0.55
Hex FA 3A 1F 0 4D 58 2 7 60 37
Octal 372 72 37 0 115 130 2 7 140 67
Binary 11111010 111010 11111 0 1001101 1011000 10 111 1100000 110111

Color Harmonies of #FA3A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A1F

Black with #FA3A1F

Text Example


Text Example

White with #FA3A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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