Html Css Color HEX #FA3A11 Orange Red

📋 copy color: '#FA3A11'

red 250 ◦ green 58 ◦ blue 17

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

Shades of Orange Red #FA3A11

Tints of Orange Red #FA3A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.23%

R = 76.92%
G = 17.85%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA3A11 (or 0xFA3A11) is known color: Orange Red. HEX triplet: FA, 3A and 11. RGB value is (250,58,17). Sum of RGB (Red+Green+Blue) = 250+58+17=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3A11 is #05C5EE. Grayscale: #6F6F6F. Windows color (decimal): -378351 or 1129210. OLE color: 1129210.

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

Color convert

RGB 250 58 17 -
CMYK 0 0.77 0.93 0.02
HSL 10.56º 0.96% 0.52% -
HSV(B) 10.56º 0.93% 0.98% -
XYZ 41.04 23.39 2.88 -
YUV 110.73 75.11 227.33 -
System Red Green Blue C M Y K H S L
Decimal 250 58 17 0 0.77 0.93 0.02 10.56 0.96 0.52
Hex FA 3A 11 0 4D 5D 2 B 60 34
Octal 372 72 21 0 115 135 2 13 140 64
Binary 11111010 111010 10001 0 1001101 1011101 10 1011 1100000 110100

Color Harmonies of #FA3A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A11

Black with #FA3A11

Text Example


Text Example

White with #FA3A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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