Html Css Color HEX #FA3E14 Orange Red

📋 copy color: '#FA3E14'

red 250 ◦ green 62 ◦ blue 20

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

Shades of Orange Red #FA3E14

Tints of Orange Red #FA3E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

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

R = 75.3%
G = 18.67%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA3E14 (or 0xFA3E14) is known color: Orange Red. HEX triplet: FA, 3E and 14. RGB value is (250,62,20). Sum of RGB (Red+Green+Blue) = 250+62+20=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3E14 is #05C1EB. Grayscale: #717171. Windows color (decimal): -377324 or 1326842. OLE color: 1326842.

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

Color convert

RGB 250 62 20 -
CMYK 0 0.75 0.92 0.02
HSL 10.96º 0.96% 0.53% -
HSV(B) 10.96º 0.92% 0.98% -
XYZ 41.27 23.82 3.08 -
YUV 113.42 75.28 225.42 -
System Red Green Blue C M Y K H S L
Decimal 250 62 20 0 0.75 0.92 0.02 10.96 0.96 0.53
Hex FA 3E 14 0 4B 5C 2 B 60 35
Octal 372 76 24 0 113 134 2 13 140 65
Binary 11111010 111110 10100 0 1001011 1011100 10 1011 1100000 110101

Color Harmonies of #FA3E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E14

Black with #FA3E14

Text Example


Text Example

White with #FA3E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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