Html Css Color HEX #FA4211 Orange Red

📋 copy color: '#FA4211'

red 250 ◦ green 66 ◦ blue 17

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

Shades of Orange Red #FA4211

Tints of Orange Red #FA4211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 75.08%
G = 19.82%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA4211 (or 0xFA4211) is known color: Orange Red. HEX triplet: FA, 42 and 11. RGB value is (250,66,17). Sum of RGB (Red+Green+Blue) = 250+66+17=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4211 is #05BDEE. Grayscale: #737373. Windows color (decimal): -376303 or 1131258. OLE color: 1131258.

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

Color convert

RGB 250 66 17 -
CMYK 0 0.74 0.93 0.02
HSL 12.62º 0.96% 0.52% -
HSV(B) 12.62º 0.93% 0.98% -
XYZ 41.47 24.26 3.03 -
YUV 115.43 72.46 223.98 -
System Red Green Blue C M Y K H S L
Decimal 250 66 17 0 0.74 0.93 0.02 12.62 0.96 0.52
Hex FA 42 11 0 4A 5D 2 D 60 34
Octal 372 102 21 0 112 135 2 15 140 64
Binary 11111010 1000010 10001 0 1001010 1011101 10 1101 1100000 110100

Color Harmonies of #FA4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4211

Black with #FA4211

Text Example


Text Example

White with #FA4211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4211; }

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

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

background-color css

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

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

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

border-color css

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

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

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