Html Css Color HEX #FA4315 Orange Red

📋 copy color: '#FA4315'

red 250 ◦ green 67 ◦ blue 21

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

Shades of Orange Red #FA4315

Tints of Orange Red #FA4315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

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

R = 73.96%
G = 19.82%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA4315 (or 0xFA4315) is known color: Orange Red. HEX triplet: FA, 43 and 15. RGB value is (250,67,21). Sum of RGB (Red+Green+Blue) = 250+67+21=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4315 is #05BCEA. Grayscale: #747474. Windows color (decimal): -376043 or 1393658. OLE color: 1393658.

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

Color convert

RGB 250 67 21 -
CMYK 0 0.73 0.92 0.02
HSL 12.05º 0.96% 0.53% -
HSV(B) 12.05º 0.92% 0.98% -
XYZ 41.57 24.39 3.23 -
YUV 116.47 74.13 223.24 -
System Red Green Blue C M Y K H S L
Decimal 250 67 21 0 0.73 0.92 0.02 12.05 0.96 0.53
Hex FA 43 15 0 49 5C 2 C 60 35
Octal 372 103 25 0 111 134 2 14 140 65
Binary 11111010 1000011 10101 0 1001001 1011100 10 1100 1100000 110101

Color Harmonies of #FA4315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4315

Black with #FA4315

Text Example


Text Example

White with #FA4315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4315; }

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

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

background-color css

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

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

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

border-color css

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

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

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