Html Css Color HEX #FA401F Red Orange

📋 copy color: '#FA401F'

red 250 ◦ green 64 ◦ blue 31

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

Shades of Red Orange #FA401F

Tints of Red Orange #FA401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.99%

R = 72.46%
G = 18.55%
B = 8.99%

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

#FA401F (or 0xFA401F) is known color: Red Orange. HEX triplet: FA, 40 and 1F. RGB value is (250,64,31). Sum of RGB (Red+Green+Blue) = 250+64+31=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA401F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA401F is #05BFE0. Grayscale: #747474. Windows color (decimal): -376801 or 2048250. OLE color: 2048250.

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

Color convert

RGB 250 64 31 -
CMYK 0 0.74 0.88 0.02
HSL 9.04º 0.96% 0.55% -
HSV(B) 9.04º 0.88% 0.98% -
XYZ 41.51 24.09 3.76 -
YUV 115.85 80.12 223.68 -
System Red Green Blue C M Y K H S L
Decimal 250 64 31 0 0.74 0.88 0.02 9.04 0.96 0.55
Hex FA 40 1F 0 4A 58 2 9 60 37
Octal 372 100 37 0 112 130 2 11 140 67
Binary 11111010 1000000 11111 0 1001010 1011000 10 1001 1100000 110111

Color Harmonies of #FA401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA401F

Black with #FA401F

Text Example


Text Example

White with #FA401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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