Html Css Color HEX #FA441F Red Orange

📋 copy color: '#FA441F'

red 250 ◦ green 68 ◦ blue 31

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

Shades of Red Orange #FA441F

Tints of Red Orange #FA441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.48%

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

R = 71.63%
G = 19.48%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA441F (or 0xFA441F) is known color: Red Orange. HEX triplet: FA, 44 and 1F. RGB value is (250,68,31). Sum of RGB (Red+Green+Blue) = 250+68+31=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA441F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA441F is #05BBE0. Grayscale: #767676. Windows color (decimal): -375777 or 2049274. OLE color: 2049274.

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

Color convert

RGB 250 68 31 -
CMYK 0 0.73 0.88 0.02
HSL 10.14º 0.96% 0.55% -
HSV(B) 10.14º 0.88% 0.98% -
XYZ 41.74 24.56 3.84 -
YUV 118.2 78.8 222.01 -
System Red Green Blue C M Y K H S L
Decimal 250 68 31 0 0.73 0.88 0.02 10.14 0.96 0.55
Hex FA 44 1F 0 49 58 2 A 60 37
Octal 372 104 37 0 111 130 2 12 140 67
Binary 11111010 1000100 11111 0 1001001 1011000 10 1010 1100000 110111

Color Harmonies of #FA441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA441F

Black with #FA441F

Text Example


Text Example

White with #FA441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA441F; }

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

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

background-color css

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

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

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

border-color css

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

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

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