Html Css Color HEX #FA3A14 Orange Red

📋 copy color: '#FA3A14'

red 250 ◦ green 58 ◦ blue 20

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

Shades of Orange Red #FA3A14

Tints of Orange Red #FA3A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.68%

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

R = 76.22%
G = 17.68%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA3A14 (or 0xFA3A14) is known color: Orange Red. HEX triplet: FA, 3A and 14. RGB value is (250,58,20). Sum of RGB (Red+Green+Blue) = 250+58+20=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3A14 is #05C5EB. Grayscale: #6F6F6F. Windows color (decimal): -378348 or 1325818. OLE color: 1325818.

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

Color convert

RGB 250 58 20 -
CMYK 0 0.77 0.92 0.02
HSL 9.91º 0.96% 0.53% -
HSV(B) 9.91º 0.92% 0.98% -
XYZ 41.06 23.4 3.01 -
YUV 111.08 76.61 227.09 -
System Red Green Blue C M Y K H S L
Decimal 250 58 20 0 0.77 0.92 0.02 9.91 0.96 0.53
Hex FA 3A 14 0 4D 5C 2 A 60 35
Octal 372 72 24 0 115 134 2 12 140 65
Binary 11111010 111010 10100 0 1001101 1011100 10 1010 1100000 110101

Color Harmonies of #FA3A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A14

Black with #FA3A14

Text Example


Text Example

White with #FA3A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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