Html Css Color HEX #FA370B Orange Red

📋 copy color: '#FA370B'

red 250 ◦ green 55 ◦ blue 11

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

Shades of Orange Red #FA370B

Tints of Orange Red #FA370B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.48%

R = 79.11%
G = 17.41%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA370B (or 0xFA370B) is known color: Orange Red. HEX triplet: FA, 37 and 0B. RGB value is (250,55,11). Sum of RGB (Red+Green+Blue) = 250+55+11=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA370B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA370B is #05C8F4. Grayscale: #6C6C6C. Windows color (decimal): -379125 or 735226. OLE color: 735226.

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

Color convert

RGB 250 55 11 -
CMYK 0 0.78 0.96 0.02
HSL 11.05º 0.96% 0.51% -
HSV(B) 11.05º 0.96% 0.98% -
XYZ 40.85 23.08 2.62 -
YUV 108.29 73.1 229.08 -
System Red Green Blue C M Y K H S L
Decimal 250 55 11 0 0.78 0.96 0.02 11.05 0.96 0.51
Hex FA 37 B 0 4E 60 2 B 60 33
Octal 372 67 13 0 116 140 2 13 140 63
Binary 11111010 110111 1011 0 1001110 1100000 10 1011 1100000 110011

Color Harmonies of #FA370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA370B

Black with #FA370B

Text Example


Text Example

White with #FA370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA370B; }

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

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

background-color css

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

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

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

border-color css

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

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

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