Html Css Color HEX #FA5420 Outrageous Orange

📋 copy color: '#FA5420'

red 250 ◦ green 84 ◦ blue 32

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

Shades of Outrageous Orange #FA5420

Tints of Outrageous Orange #FA5420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.95%

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

R = 68.31%
G = 22.95%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA5420 (or 0xFA5420) is known color: Outrageous Orange. HEX triplet: FA, 54 and 20. RGB value is (250,84,32). Sum of RGB (Red+Green+Blue) = 250+84+32=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5420 is #05ABDF. Grayscale: #808080. Windows color (decimal): -371680 or 2118906. OLE color: 2118906.

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

Color convert

RGB 250 84 32 -
CMYK 0 0.66 0.87 0.02
HSL 14.31º 0.96% 0.55% -
HSV(B) 14.31º 0.87% 0.98% -
XYZ 42.86 26.77 4.27 -
YUV 127.71 74 215.23 -
System Red Green Blue C M Y K H S L
Decimal 250 84 32 0 0.66 0.87 0.02 14.31 0.96 0.55
Hex FA 54 20 0 42 57 2 E 60 37
Octal 372 124 40 0 102 127 2 16 140 67
Binary 11111010 1010100 100000 0 1000010 1010111 10 1110 1100000 110111

Color Harmonies of #FA5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5420

Black with #FA5420

Text Example


Text Example

White with #FA5420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5420; }

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

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

background-color css

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

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

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

border-color css

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

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

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