Html Css Color HEX #FA4720 Red Orange

📋 copy color: '#FA4720'

red 250 ◦ green 71 ◦ blue 32

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

Shades of Red Orange #FA4720

Tints of Red Orange #FA4720

RGB

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

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

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

R = 70.82%
G = 20.11%
B = 9.07%

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

#FA4720 (or 0xFA4720) is known color: Red Orange. HEX triplet: FA, 47 and 20. RGB value is (250,71,32). Sum of RGB (Red+Green+Blue) = 250+71+32=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4720 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4720 is #05B8DF. Grayscale: #787878. Windows color (decimal): -375008 or 2115578. OLE color: 2115578.

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

Color convert

RGB 250 71 32 -
CMYK 0 0.72 0.87 0.02
HSL 10.73º 0.96% 0.55% -
HSV(B) 10.73º 0.87% 0.98% -
XYZ 41.94 24.93 3.97 -
YUV 120.08 78.3 220.67 -
System Red Green Blue C M Y K H S L
Decimal 250 71 32 0 0.72 0.87 0.02 10.73 0.96 0.55
Hex FA 47 20 0 48 57 2 B 60 37
Octal 372 107 40 0 110 127 2 13 140 67
Binary 11111010 1000111 100000 0 1001000 1010111 10 1011 1100000 110111

Color Harmonies of #FA4720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4720

Black with #FA4720

Text Example


Text Example

White with #FA4720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4720; }

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

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

background-color css

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

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

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

border-color css

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

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

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