Html Css Color HEX #FA411D Red Orange

📋 copy color: '#FA411D'

red 250 ◦ green 65 ◦ blue 29

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

Shades of Red Orange #FA411D

Tints of Red Orange #FA411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

 BLUE value IS 29 (11.72% from 255) = 8.43%

R = 72.67%
G = 18.9%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA411D (or 0xFA411D) is known color: Red Orange. HEX triplet: FA, 41 and 1D. RGB value is (250,65,29). Sum of RGB (Red+Green+Blue) = 250+65+29=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA411D is #05BEE2. Grayscale: #747474. Windows color (decimal): -376547 or 1917434. OLE color: 1917434.

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

Color convert

RGB 250 65 29 -
CMYK 0 0.74 0.88 0.02
HSL 9.77º 0.96% 0.55% -
HSV(B) 9.77º 0.88% 0.98% -
XYZ 41.54 24.19 3.64 -
YUV 116.21 78.79 223.43 -
System Red Green Blue C M Y K H S L
Decimal 250 65 29 0 0.74 0.88 0.02 9.77 0.96 0.55
Hex FA 41 1D 0 4A 58 2 A 60 37
Octal 372 101 35 0 112 130 2 12 140 67
Binary 11111010 1000001 11101 0 1001010 1011000 10 1010 1100000 110111

Color Harmonies of #FA411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA411D

Black with #FA411D

Text Example


Text Example

White with #FA411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA411D; }

 p { color: rgb(250,65,29); }

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

background-color css

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

 a { background-color: rgb(250,65,29); }

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

border-color css

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

 span { border-color: rgb(250,65,29); }

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