Html Css Color HEX #FA4215 Orange Red

📋 copy color: '#FA4215'

red 250 ◦ green 66 ◦ blue 21

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

Shades of Orange Red #FA4215

Tints of Orange Red #FA4215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.23%

R = 74.18%
G = 19.58%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA4215 (or 0xFA4215) is known color: Orange Red. HEX triplet: FA, 42 and 15. RGB value is (250,66,21). Sum of RGB (Red+Green+Blue) = 250+66+21=337 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.18% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4215 is #05BDEA. Grayscale: #747474. Windows color (decimal): -376299 or 1393402. OLE color: 1393402.

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

Color convert

RGB 250 66 21 -
CMYK 0 0.74 0.92 0.02
HSL 11.79º 0.96% 0.53% -
HSV(B) 11.79º 0.92% 0.98% -
XYZ 41.51 24.27 3.21 -
YUV 115.89 74.46 223.66 -
System Red Green Blue C M Y K H S L
Decimal 250 66 21 0 0.74 0.92 0.02 11.79 0.96 0.53
Hex FA 42 15 0 4A 5C 2 C 60 35
Octal 372 102 25 0 112 134 2 14 140 65
Binary 11111010 1000010 10101 0 1001010 1011100 10 1100 1100000 110101

Color Harmonies of #FA4215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4215

Black with #FA4215

Text Example


Text Example

White with #FA4215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4215; }

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

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

background-color css

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

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

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

border-color css

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

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

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