Html Css Color HEX #FA2A20 Red Orange

📋 copy color: '#FA2A20'

red 250 ◦ green 42 ◦ blue 32

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

Shades of Red Orange #FA2A20

Tints of Red Orange #FA2A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.96%

 BLUE value IS 32 (12.89% from 255) = 9.88%

R = 77.16%
G = 12.96%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA2A20 (or 0xFA2A20) is known color: Red Orange. HEX triplet: FA, 2A and 20. RGB value is (250,42,32). Sum of RGB (Red+Green+Blue) = 250+42+32=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2A20 is #05D5DF. Grayscale: #676767. Windows color (decimal): -382432 or 2108154. OLE color: 2108154.

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

Color convert

RGB 250 42 32 -
CMYK 0 0.83 0.87 0.02
HSL 2.75º 0.96% 0.55% -
HSV(B) 2.75º 0.87% 0.98% -
XYZ 40.51 22.08 3.49 -
YUV 103.05 87.91 232.81 -
System Red Green Blue C M Y K H S L
Decimal 250 42 32 0 0.83 0.87 0.02 2.75 0.96 0.55
Hex FA 2A 20 0 53 57 2 3 60 37
Octal 372 52 40 0 123 127 2 3 140 67
Binary 11111010 101010 100000 0 1010011 1010111 10 11 1100000 110111

Color Harmonies of #FA2A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2A20

Black with #FA2A20

Text Example


Text Example

White with #FA2A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2A20; }

 p { color: rgb(250,42,32); }

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

background-color css

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

 a { background-color: rgb(250,42,32); }

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

border-color css

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

 span { border-color: rgb(250,42,32); }

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