Html Css Color HEX #FA3020 Red Orange

📋 copy color: '#FA3020'

red 250 ◦ green 48 ◦ blue 32

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

Shades of Red Orange #FA3020

Tints of Red Orange #FA3020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.55%

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

R = 75.76%
G = 14.55%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA3020 (or 0xFA3020) is known color: Red Orange. HEX triplet: FA, 30 and 20. RGB value is (250,48,32). Sum of RGB (Red+Green+Blue) = 250+48+32=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3020 is #05CFDF. Grayscale: #6A6A6A. Windows color (decimal): -380896 or 2109690. OLE color: 2109690.

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

Color convert

RGB 250 48 32 -
CMYK 0 0.81 0.87 0.02
HSL 4.4º 0.96% 0.55% -
HSV(B) 4.4º 0.87% 0.98% -
XYZ 40.74 22.54 3.57 -
YUV 106.57 85.92 230.3 -
System Red Green Blue C M Y K H S L
Decimal 250 48 32 0 0.81 0.87 0.02 4.4 0.96 0.55
Hex FA 30 20 0 51 57 2 4 60 37
Octal 372 60 40 0 121 127 2 4 140 67
Binary 11111010 110000 100000 0 1010001 1010111 10 100 1100000 110111

Color Harmonies of #FA3020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3020

Black with #FA3020

Text Example


Text Example

White with #FA3020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3020; }

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

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

background-color css

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

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

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

border-color css

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

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

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