Html Css Color HEX #FA462C Red Orange

📋 copy color: '#FA462C'

red 250 ◦ green 70 ◦ blue 44

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

Shades of Red Orange #FA462C

Tints of Red Orange #FA462C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.09%

R = 68.68%
G = 19.23%
B = 12.09%

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

#FA462C (or 0xFA462C) is known color: Red Orange. HEX triplet: FA, 46 and 2C. RGB value is (250,70,44). Sum of RGB (Red+Green+Blue) = 250+70+44=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA462C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA462C is #05B9D3. Grayscale: #797979. Windows color (decimal): -375252 or 2901754. OLE color: 2901754.

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

Color convert

RGB 250 70 44 -
CMYK 0 0.72 0.82 0.02
HSL 7.57º 0.95% 0.58% -
HSV(B) 7.57º 0.82% 0.98% -
XYZ 42.07 24.89 4.97 -
YUV 120.86 84.63 220.11 -
System Red Green Blue C M Y K H S L
Decimal 250 70 44 0 0.72 0.82 0.02 7.57 0.95 0.58
Hex FA 46 2C 0 48 52 2 8 5F 3A
Octal 372 106 54 0 110 122 2 10 137 72
Binary 11111010 1000110 101100 0 1001000 1010010 10 1000 1011111 111010

Color Harmonies of #FA462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA462C

Black with #FA462C

Text Example


Text Example

White with #FA462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA462C; }

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

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

background-color css

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

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

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

border-color css

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

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

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