Html Css Color HEX #FA4515 Orange Red

📋 copy color: '#FA4515'

red 250 ◦ green 69 ◦ blue 21

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

Shades of Orange Red #FA4515

Tints of Orange Red #FA4515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.29%

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

R = 73.53%
G = 20.29%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA4515 (or 0xFA4515) is known color: Orange Red. HEX triplet: FA, 45 and 15. RGB value is (250,69,21). Sum of RGB (Red+Green+Blue) = 250+69+21=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4515 is #05BAEA. Grayscale: #767676. Windows color (decimal): -375531 or 1394170. OLE color: 1394170.

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

Color convert

RGB 250 69 21 -
CMYK 0 0.72 0.92 0.02
HSL 12.58º 0.96% 0.53% -
HSV(B) 12.58º 0.92% 0.98% -
XYZ 41.69 24.63 3.27 -
YUV 117.65 73.47 222.4 -
System Red Green Blue C M Y K H S L
Decimal 250 69 21 0 0.72 0.92 0.02 12.58 0.96 0.53
Hex FA 45 15 0 48 5C 2 D 60 35
Octal 372 105 25 0 110 134 2 15 140 65
Binary 11111010 1000101 10101 0 1001000 1011100 10 1101 1100000 110101

Color Harmonies of #FA4515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4515

Black with #FA4515

Text Example


Text Example

White with #FA4515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4515; }

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

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

background-color css

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

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

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

border-color css

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

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

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