Html Css Color HEX #FA472E Red Orange

📋 copy color: '#FA472E'

red 250 ◦ green 71 ◦ blue 46

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

Shades of Red Orange #FA472E

Tints of Red Orange #FA472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.53%

R = 68.12%
G = 19.35%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA472E (or 0xFA472E) is known color: Red Orange. HEX triplet: FA, 47 and 2E. RGB value is (250,71,46). Sum of RGB (Red+Green+Blue) = 250+71+46=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA472E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA472E is #05B8D1. Grayscale: #797979. Windows color (decimal): -374994 or 3033082. OLE color: 3033082.

HSL color Cylindrical-coordinate representation of color #FA472E: hue angle of 7.35º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA472E is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 71 46 -
CMYK 0 0.72 0.82 0.02
HSL 7.35º 0.95% 0.58% -
HSV(B) 7.35º 0.82% 0.98% -
XYZ 42.17 25.03 5.19 -
YUV 121.67 85.3 219.53 -
System Red Green Blue C M Y K H S L
Decimal 250 71 46 0 0.72 0.82 0.02 7.35 0.95 0.58
Hex FA 47 2E 0 48 52 2 7 5F 3A
Octal 372 107 56 0 110 122 2 7 137 72
Binary 11111010 1000111 101110 0 1001000 1010010 10 111 1011111 111010

Color Harmonies of #FA472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA472E

Black with #FA472E

Text Example


Text Example

White with #FA472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA472E; }

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

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

background-color css

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

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

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

border-color css

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

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

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