Html Css Color HEX #FA462E Red Orange

📋 copy color: '#FA462E'

red 250 ◦ green 70 ◦ blue 46

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

Shades of Red Orange #FA462E

Tints of Red Orange #FA462E

RGB

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

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

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

R = 68.31%
G = 19.13%
B = 12.57%

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

#FA462E (or 0xFA462E) is known color: Red Orange. HEX triplet: FA, 46 and 2E. RGB value is (250,70,46). Sum of RGB (Red+Green+Blue) = 250+70+46=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA462E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA462E is #05B9D1. Grayscale: #797979. Windows color (decimal): -375250 or 3032826. OLE color: 3032826.

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

Color convert

RGB 250 70 46 -
CMYK 0 0.72 0.82 0.02
HSL 7.06º 0.95% 0.58% -
HSV(B) 7.06º 0.82% 0.98% -
XYZ 42.11 24.9 5.17 -
YUV 121.08 85.63 219.95 -
System Red Green Blue C M Y K H S L
Decimal 250 70 46 0 0.72 0.82 0.02 7.06 0.95 0.58
Hex FA 46 2E 0 48 52 2 7 5F 3A
Octal 372 106 56 0 110 122 2 7 137 72
Binary 11111010 1000110 101110 0 1001000 1010010 10 111 1011111 111010

Color Harmonies of #FA462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA462E

Black with #FA462E

Text Example


Text Example

White with #FA462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA462E; }

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

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

background-color css

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

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

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

border-color css

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

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

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