Html Css Color HEX #FA3A16 Orange Red

📋 copy color: '#FA3A16'

red 250 ◦ green 58 ◦ blue 22

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

Shades of Orange Red #FA3A16

Tints of Orange Red #FA3A16

RGB

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

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

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

R = 75.76%
G = 17.58%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA3A16 (or 0xFA3A16) is known color: Orange Red. HEX triplet: FA, 3A and 16. RGB value is (250,58,22). Sum of RGB (Red+Green+Blue) = 250+58+22=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3A16 is #05C5E9. Grayscale: #6F6F6F. Windows color (decimal): -378346 or 1456890. OLE color: 1456890.

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

Color convert

RGB 250 58 22 -
CMYK 0 0.77 0.91 0.02
HSL 9.47º 0.96% 0.53% -
HSV(B) 9.47º 0.91% 0.98% -
XYZ 41.08 23.41 3.11 -
YUV 111.3 77.61 226.93 -
System Red Green Blue C M Y K H S L
Decimal 250 58 22 0 0.77 0.91 0.02 9.47 0.96 0.53
Hex FA 3A 16 0 4D 5B 2 9 60 35
Octal 372 72 26 0 115 133 2 11 140 65
Binary 11111010 111010 10110 0 1001101 1011011 10 1001 1100000 110101

Color Harmonies of #FA3A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A16

Black with #FA3A16

Text Example


Text Example

White with #FA3A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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