Html Css Color HEX #FA372F Red Orange

📋 copy color: '#FA372F'

red 250 ◦ green 55 ◦ blue 47

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

Shades of Red Orange #FA372F

Tints of Red Orange #FA372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.63%

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

R = 71.02%
G = 15.63%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA372F (or 0xFA372F) is known color: Red Orange. HEX triplet: FA, 37 and 2F. RGB value is (250,55,47). Sum of RGB (Red+Green+Blue) = 250+55+47=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA372F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA372F is #05C8D0. Grayscale: #707070. Windows color (decimal): -379089 or 3094522. OLE color: 3094522.

HSL color Cylindrical-coordinate representation of color #FA372F: hue angle of 2.36º 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 #FA372F is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 55 47 -
CMYK 0 0.78 0.81 0.02
HSL 2.36º 0.95% 0.58% -
HSV(B) 2.36º 0.81% 0.98% -
XYZ 41.3 23.26 5 -
YUV 112.39 91.1 226.15 -
System Red Green Blue C M Y K H S L
Decimal 250 55 47 0 0.78 0.81 0.02 2.36 0.95 0.58
Hex FA 37 2F 0 4E 51 2 2 5F 3A
Octal 372 67 57 0 116 121 2 2 137 72
Binary 11111010 110111 101111 0 1001110 1010001 10 10 1011111 111010

Color Harmonies of #FA372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA372F

Black with #FA372F

Text Example


Text Example

White with #FA372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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