Html Css Color HEX #FA3124 Red Orange

📋 copy color: '#FA3124'

red 250 ◦ green 49 ◦ blue 36

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

Shades of Red Orange #FA3124

Tints of Red Orange #FA3124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.75%

R = 74.63%
G = 14.63%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA3124 (or 0xFA3124) is known color: Red Orange. HEX triplet: FA, 31 and 24. RGB value is (250,49,36). Sum of RGB (Red+Green+Blue) = 250+49+36=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3124 is #05CEDB. Grayscale: #6B6B6B. Windows color (decimal): -380636 or 2372090. OLE color: 2372090.

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

Color convert

RGB 250 49 36 -
CMYK 0 0.80 0.86 0.02
HSL 3.64º 0.96% 0.56% -
HSV(B) 3.64º 0.86% 0.98% -
XYZ 40.84 22.65 3.89 -
YUV 107.62 87.59 229.56 -
System Red Green Blue C M Y K H S L
Decimal 250 49 36 0 0.80 0.86 0.02 3.64 0.96 0.56
Hex FA 31 24 0 50 56 2 4 60 38
Octal 372 61 44 0 120 126 2 4 140 70
Binary 11111010 110001 100100 0 1010000 1010110 10 100 1100000 111000

Color Harmonies of #FA3124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3124

Black with #FA3124

Text Example


Text Example

White with #FA3124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3124; }

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

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

background-color css

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

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

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

border-color css

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

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

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