Html Css Color HEX #FA3E16 Orange Red

📋 copy color: '#FA3E16'

red 250 ◦ green 62 ◦ blue 22

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

Shades of Orange Red #FA3E16

Tints of Orange Red #FA3E16

RGB

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

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

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

R = 74.85%
G = 18.56%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA3E16 (or 0xFA3E16) is known color: Orange Red. HEX triplet: FA, 3E and 16. RGB value is (250,62,22). Sum of RGB (Red+Green+Blue) = 250+62+22=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3E16 is #05C1E9. Grayscale: #727272. Windows color (decimal): -377322 or 1457914. OLE color: 1457914.

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

Color convert

RGB 250 62 22 -
CMYK 0 0.75 0.91 0.02
HSL 10.53º 0.96% 0.53% -
HSV(B) 10.53º 0.91% 0.98% -
XYZ 41.29 23.83 3.18 -
YUV 113.65 76.28 225.25 -
System Red Green Blue C M Y K H S L
Decimal 250 62 22 0 0.75 0.91 0.02 10.53 0.96 0.53
Hex FA 3E 16 0 4B 5B 2 B 60 35
Octal 372 76 26 0 113 133 2 13 140 65
Binary 11111010 111110 10110 0 1001011 1011011 10 1011 1100000 110101

Color Harmonies of #FA3E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E16

Black with #FA3E16

Text Example


Text Example

White with #FA3E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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