Html Css Color HEX #FA462F Red Orange

📋 copy color: '#FA462F'

red 250 ◦ green 70 ◦ blue 47

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

Shades of Red Orange #FA462F

Tints of Red Orange #FA462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.07%

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 68.12%
G = 19.07%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA462F (or 0xFA462F) is known color: Red Orange. HEX triplet: FA, 46 and 2F. RGB value is (250,70,47). Sum of RGB (Red+Green+Blue) = 250+70+47=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA462F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA462F is #05B9D0. Grayscale: #797979. Windows color (decimal): -375249 or 3098362. OLE color: 3098362.

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

Color convert

RGB 250 70 47 -
CMYK 0 0.72 0.81 0.02
HSL 6.8º 0.95% 0.58% -
HSV(B) 6.8º 0.81% 0.98% -
XYZ 42.13 24.91 5.28 -
YUV 121.2 86.13 219.87 -
System Red Green Blue C M Y K H S L
Decimal 250 70 47 0 0.72 0.81 0.02 6.8 0.95 0.58
Hex FA 46 2F 0 48 51 2 7 5F 3A
Octal 372 106 57 0 110 121 2 7 137 72
Binary 11111010 1000110 101111 0 1001000 1010001 10 111 1011111 111010

Color Harmonies of #FA462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA462F

Black with #FA462F

Text Example


Text Example

White with #FA462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA462F; }

 p { color: rgb(250,70,47); }

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

background-color css

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

 a { background-color: rgb(250,70,47); }

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

border-color css

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

 span { border-color: rgb(250,70,47); }

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