Html Css Color HEX #FA471F Red Orange

📋 copy color: '#FA471F'

red 250 ◦ green 71 ◦ blue 31

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

Shades of Red Orange #FA471F

Tints of Red Orange #FA471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.17%

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

R = 71.02%
G = 20.17%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA471F (or 0xFA471F) is known color: Red Orange. HEX triplet: FA, 47 and 1F. RGB value is (250,71,31). Sum of RGB (Red+Green+Blue) = 250+71+31=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA471F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA471F is #05B8E0. Grayscale: #787878. Windows color (decimal): -375009 or 2050042. OLE color: 2050042.

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

Color convert

RGB 250 71 31 -
CMYK 0 0.72 0.88 0.02
HSL 10.96º 0.96% 0.55% -
HSV(B) 10.96º 0.88% 0.98% -
XYZ 41.92 24.93 3.9 -
YUV 119.96 77.8 220.75 -
System Red Green Blue C M Y K H S L
Decimal 250 71 31 0 0.72 0.88 0.02 10.96 0.96 0.55
Hex FA 47 1F 0 48 58 2 B 60 37
Octal 372 107 37 0 110 130 2 13 140 67
Binary 11111010 1000111 11111 0 1001000 1011000 10 1011 1100000 110111

Color Harmonies of #FA471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA471F

Black with #FA471F

Text Example


Text Example

White with #FA471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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