Html Css Color HEX #FA3714 Orange Red

📋 copy color: '#FA3714'

red 250 ◦ green 55 ◦ blue 20

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

Shades of Orange Red #FA3714

Tints of Orange Red #FA3714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.15%

R = 76.92%
G = 16.92%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA3714 (or 0xFA3714) is known color: Orange Red. HEX triplet: FA, 37 and 14. RGB value is (250,55,20). Sum of RGB (Red+Green+Blue) = 250+55+20=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3714 is #05C8EB. Grayscale: #6D6D6D. Windows color (decimal): -379116 or 1325050. OLE color: 1325050.

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

Color convert

RGB 250 55 20 -
CMYK 0 0.78 0.92 0.02
HSL 9.13º 0.96% 0.53% -
HSV(B) 9.13º 0.92% 0.98% -
XYZ 40.92 23.11 2.97 -
YUV 109.32 77.6 228.35 -
System Red Green Blue C M Y K H S L
Decimal 250 55 20 0 0.78 0.92 0.02 9.13 0.96 0.53
Hex FA 37 14 0 4E 5C 2 9 60 35
Octal 372 67 24 0 116 134 2 11 140 65
Binary 11111010 110111 10100 0 1001110 1011100 10 1001 1100000 110101

Color Harmonies of #FA3714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3714

Black with #FA3714

Text Example


Text Example

White with #FA3714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3714; }

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

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

background-color css

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

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

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

border-color css

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

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

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