Html Css Color HEX #FA401D Red Orange

📋 copy color: '#FA401D'

red 250 ◦ green 64 ◦ blue 29

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

Shades of Red Orange #FA401D

Tints of Red Orange #FA401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.66%

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

R = 72.89%
G = 18.66%
B = 8.45%

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

#FA401D (or 0xFA401D) is known color: Red Orange. HEX triplet: FA, 40 and 1D. RGB value is (250,64,29). Sum of RGB (Red+Green+Blue) = 250+64+29=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA401D is #05BFE2. Grayscale: #737373. Windows color (decimal): -376803 or 1917178. OLE color: 1917178.

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

Color convert

RGB 250 64 29 -
CMYK 0 0.74 0.88 0.02
HSL 9.5º 0.96% 0.55% -
HSV(B) 9.5º 0.88% 0.98% -
XYZ 41.48 24.08 3.62 -
YUV 115.62 79.12 223.85 -
System Red Green Blue C M Y K H S L
Decimal 250 64 29 0 0.74 0.88 0.02 9.5 0.96 0.55
Hex FA 40 1D 0 4A 58 2 A 60 37
Octal 372 100 35 0 112 130 2 12 140 67
Binary 11111010 1000000 11101 0 1001010 1011000 10 1010 1100000 110111

Color Harmonies of #FA401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA401D

Black with #FA401D

Text Example


Text Example

White with #FA401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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