Html Css Color HEX #FA3716 Orange Red

📋 copy color: '#FA3716'

red 250 ◦ green 55 ◦ blue 22

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

Shades of Orange Red #FA3716

Tints of Orange Red #FA3716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.73%

R = 76.45%
G = 16.82%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA3716 (or 0xFA3716) is known color: Orange Red. HEX triplet: FA, 37 and 16. RGB value is (250,55,22). Sum of RGB (Red+Green+Blue) = 250+55+22=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3716 is #05C8E9. Grayscale: #6D6D6D. Windows color (decimal): -379114 or 1456122. OLE color: 1456122.

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

Color convert

RGB 250 55 22 -
CMYK 0 0.78 0.91 0.02
HSL 8.68º 0.96% 0.53% -
HSV(B) 8.68º 0.91% 0.98% -
XYZ 40.94 23.11 3.06 -
YUV 109.54 78.6 228.18 -
System Red Green Blue C M Y K H S L
Decimal 250 55 22 0 0.78 0.91 0.02 8.68 0.96 0.53
Hex FA 37 16 0 4E 5B 2 9 60 35
Octal 372 67 26 0 116 133 2 11 140 65
Binary 11111010 110111 10110 0 1001110 1011011 10 1001 1100000 110101

Color Harmonies of #FA3716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3716

Black with #FA3716

Text Example


Text Example

White with #FA3716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3716; }

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

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

background-color css

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

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

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

border-color css

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

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

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