Html Css Color HEX #FA3915 Orange Red

📋 copy color: '#FA3915'

red 250 ◦ green 57 ◦ blue 21

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

Shades of Orange Red #FA3915

Tints of Orange Red #FA3915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.38%

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

R = 76.22%
G = 17.38%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA3915 (or 0xFA3915) is known color: Orange Red. HEX triplet: FA, 39 and 15. RGB value is (250,57,21). Sum of RGB (Red+Green+Blue) = 250+57+21=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3915 is #05C6EA. Grayscale: #6E6E6E. Windows color (decimal): -378603 or 1391098. OLE color: 1391098.

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

Color convert

RGB 250 57 21 -
CMYK 0 0.77 0.92 0.02
HSL 9.43º 0.96% 0.53% -
HSV(B) 9.43º 0.92% 0.98% -
XYZ 41.02 23.3 3.05 -
YUV 110.6 77.44 227.43 -
System Red Green Blue C M Y K H S L
Decimal 250 57 21 0 0.77 0.92 0.02 9.43 0.96 0.53
Hex FA 39 15 0 4D 5C 2 9 60 35
Octal 372 71 25 0 115 134 2 11 140 65
Binary 11111010 111001 10101 0 1001101 1011100 10 1001 1100000 110101

Color Harmonies of #FA3915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3915

Black with #FA3915

Text Example


Text Example

White with #FA3915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3915; }

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

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

background-color css

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

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

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

border-color css

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

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

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