Html Css Color HEX #FA3129 Red Orange

📋 copy color: '#FA3129'

red 250 ◦ green 49 ◦ blue 41

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

Shades of Red Orange #FA3129

Tints of Red Orange #FA3129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.41%

 BLUE value IS 41 (16.41% from 255) = 12.06%

R = 73.53%
G = 14.41%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA3129 (or 0xFA3129) is known color: Red Orange. HEX triplet: FA, 31 and 29. RGB value is (250,49,41). Sum of RGB (Red+Green+Blue) = 250+49+41=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3129 is #05CED6. Grayscale: #6C6C6C. Windows color (decimal): -380631 or 2699770. OLE color: 2699770.

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

Color convert

RGB 250 49 41 -
CMYK 0 0.80 0.84 0.02
HSL 2.3º 0.95% 0.57% -
HSV(B) 2.3º 0.84% 0.98% -
XYZ 40.92 22.68 4.32 -
YUV 108.19 90.09 229.15 -
System Red Green Blue C M Y K H S L
Decimal 250 49 41 0 0.80 0.84 0.02 2.3 0.95 0.57
Hex FA 31 29 0 50 54 2 2 5F 39
Octal 372 61 51 0 120 124 2 2 137 71
Binary 11111010 110001 101001 0 1010000 1010100 10 10 1011111 111001

Color Harmonies of #FA3129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3129

Black with #FA3129

Text Example


Text Example

White with #FA3129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3129; }

 p { color: rgb(250,49,41); }

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

background-color css

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

 a { background-color: rgb(250,49,41); }

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

border-color css

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

 span { border-color: rgb(250,49,41); }

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