Html Css Color HEX #FA322F Red Orange

📋 copy color: '#FA322F'

red 250 ◦ green 50 ◦ blue 47

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

Shades of Red Orange #FA322F

Tints of Red Orange #FA322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.54%

R = 72.05%
G = 14.41%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA322F (or 0xFA322F) is known color: Red Orange. HEX triplet: FA, 32 and 2F. RGB value is (250,50,47). Sum of RGB (Red+Green+Blue) = 250+50+47=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA322F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA322F is #05CDD0. Grayscale: #6D6D6D. Windows color (decimal): -380369 or 3093242. OLE color: 3093242.

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

Color convert

RGB 250 50 47 -
CMYK 0 0.8 0.81 0.02
HSL 0.89º 0.95% 0.58% -
HSV(B) 0.89º 0.81% 0.98% -
XYZ 41.08 22.81 4.93 -
YUV 109.46 92.76 228.24 -
System Red Green Blue C M Y K H S L
Decimal 250 50 47 0 0.8 0.81 0.02 0.89 0.95 0.58
Hex FA 32 2F 0 50 51 2 1 5F 3A
Octal 372 62 57 0 120 121 2 1 137 72
Binary 11111010 110010 101111 0 1010000 1010001 10 1 1011111 111010

Color Harmonies of #FA322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA322F

Black with #FA322F

Text Example


Text Example

White with #FA322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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