Html Css Color HEX #FA471E Red Orange

📋 copy color: '#FA471E'

red 250 ◦ green 71 ◦ blue 30

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

Shades of Red Orange #FA471E

Tints of Red Orange #FA471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 71.23%
G = 20.23%
B = 8.55%

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

#FA471E (or 0xFA471E) is known color: Red Orange. HEX triplet: FA, 47 and 1E. RGB value is (250,71,30). Sum of RGB (Red+Green+Blue) = 250+71+30=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA471E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA471E is #05B8E1. Grayscale: #787878. Windows color (decimal): -375010 or 1984506. OLE color: 1984506.

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

Color convert

RGB 250 71 30 -
CMYK 0 0.72 0.88 0.02
HSL 11.18º 0.96% 0.55% -
HSV(B) 11.18º 0.88% 0.98% -
XYZ 41.91 24.92 3.83 -
YUV 119.85 77.3 220.83 -
System Red Green Blue C M Y K H S L
Decimal 250 71 30 0 0.72 0.88 0.02 11.18 0.96 0.55
Hex FA 47 1E 0 48 58 2 B 60 37
Octal 372 107 36 0 110 130 2 13 140 67
Binary 11111010 1000111 11110 0 1001000 1011000 10 1011 1100000 110111

Color Harmonies of #FA471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA471E

Black with #FA471E

Text Example


Text Example

White with #FA471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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