Html Css Color HEX #FA4911 Orange Red

📋 copy color: '#FA4911'

red 250 ◦ green 73 ◦ blue 17

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

Shades of Orange Red #FA4911

Tints of Orange Red #FA4911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

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

R = 73.53%
G = 21.47%
B = 5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA4911 (or 0xFA4911) is known color: Orange Red. HEX triplet: FA, 49 and 11. RGB value is (250,73,17). Sum of RGB (Red+Green+Blue) = 250+73+17=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4911 is #05B6EE. Grayscale: #777777. Windows color (decimal): -374511 or 1133050. OLE color: 1133050.

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

Color convert

RGB 250 73 17 -
CMYK 0 0.71 0.93 0.02
HSL 14.42º 0.96% 0.52% -
HSV(B) 14.42º 0.93% 0.98% -
XYZ 41.91 25.13 3.17 -
YUV 119.54 70.14 221.05 -
System Red Green Blue C M Y K H S L
Decimal 250 73 17 0 0.71 0.93 0.02 14.42 0.96 0.52
Hex FA 49 11 0 47 5D 2 E 60 34
Octal 372 111 21 0 107 135 2 16 140 64
Binary 11111010 1001001 10001 0 1000111 1011101 10 1110 1100000 110100

Color Harmonies of #FA4911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4911

Black with #FA4911

Text Example


Text Example

White with #FA4911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4911; }

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

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

background-color css

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

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

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

border-color css

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

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

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