Html Css Color HEX #FA370C Orange Red

📋 copy color: '#FA370C'

red 250 ◦ green 55 ◦ blue 12

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

Shades of Orange Red #FA370C

Tints of Orange Red #FA370C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.79%

R = 78.86%
G = 17.35%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA370C (or 0xFA370C) is known color: Orange Red. HEX triplet: FA, 37 and 0C. RGB value is (250,55,12). Sum of RGB (Red+Green+Blue) = 250+55+12=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA370C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA370C is #05C8F3. Grayscale: #6C6C6C. Windows color (decimal): -379124 or 800762. OLE color: 800762.

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

Color convert

RGB 250 55 12 -
CMYK 0 0.78 0.95 0.02
HSL 10.84º 0.96% 0.51% -
HSV(B) 10.84º 0.95% 0.98% -
XYZ 40.86 23.08 2.65 -
YUV 108.4 73.6 229 -
System Red Green Blue C M Y K H S L
Decimal 250 55 12 0 0.78 0.95 0.02 10.84 0.96 0.51
Hex FA 37 C 0 4E 5F 2 B 60 33
Octal 372 67 14 0 116 137 2 13 140 63
Binary 11111010 110111 1100 0 1001110 1011111 10 1011 1100000 110011

Color Harmonies of #FA370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA370C

Black with #FA370C

Text Example


Text Example

White with #FA370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA370C; }

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

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

background-color css

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

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

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

border-color css

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

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

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