Html Css Color HEX #FA3231 Red Orange

📋 copy color: '#FA3231'

red 250 ◦ green 50 ◦ blue 49

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

Shades of Red Orange #FA3231

Tints of Red Orange #FA3231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.33%

 BLUE value IS 49 (19.53% from 255) = 14.04%

R = 71.63%
G = 14.33%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA3231 (or 0xFA3231) is known color: Red Orange. HEX triplet: FA, 32 and 31. RGB value is (250,50,49). Sum of RGB (Red+Green+Blue) = 250+50+49=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3231 is #05CDCE. Grayscale: #6D6D6D. Windows color (decimal): -380367 or 3224314. OLE color: 3224314.

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

Color convert

RGB 250 50 49 -
CMYK 0 0.8 0.80 0.02
HSL 0.3º 0.95% 0.59% -
HSV(B) 0.3º 0.8% 0.98% -
XYZ 41.12 22.83 5.14 -
YUV 109.69 93.76 228.08 -
System Red Green Blue C M Y K H S L
Decimal 250 50 49 0 0.8 0.80 0.02 0.3 0.95 0.59
Hex FA 32 31 0 50 50 2 0 5F 3B
Octal 372 62 61 0 120 120 2 0 137 73
Binary 11111010 110010 110001 0 1010000 1010000 10 0 1011111 111011

Color Harmonies of #FA3231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3231

Black with #FA3231

Text Example


Text Example

White with #FA3231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3231; }

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

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

background-color css

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

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

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

border-color css

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

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

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