Html Css Color HEX #FA4620 Red Orange

📋 copy color: '#FA4620'

red 250 ◦ green 70 ◦ blue 32

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

Shades of Red Orange #FA4620

Tints of Red Orange #FA4620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.09%

R = 71.02%
G = 19.89%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA4620 (or 0xFA4620) is known color: Red Orange. HEX triplet: FA, 46 and 20. RGB value is (250,70,32). Sum of RGB (Red+Green+Blue) = 250+70+32=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4620 is #05B9DF. Grayscale: #777777. Windows color (decimal): -375264 or 2115322. OLE color: 2115322.

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

Color convert

RGB 250 70 32 -
CMYK 0 0.72 0.87 0.02
HSL 10.46º 0.96% 0.55% -
HSV(B) 10.46º 0.87% 0.98% -
XYZ 41.88 24.81 3.95 -
YUV 119.49 78.63 221.09 -
System Red Green Blue C M Y K H S L
Decimal 250 70 32 0 0.72 0.87 0.02 10.46 0.96 0.55
Hex FA 46 20 0 48 57 2 A 60 37
Octal 372 106 40 0 110 127 2 12 140 67
Binary 11111010 1000110 100000 0 1001000 1010111 10 1010 1100000 110111

Color Harmonies of #FA4620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4620

Black with #FA4620

Text Example


Text Example

White with #FA4620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4620; }

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

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

background-color css

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

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

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

border-color css

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

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

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