Html Css Color HEX #FA5A3A Outrageous Orange

📋 copy color: '#FA5A3A'

red 250 ◦ green 90 ◦ blue 58

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

Shades of Outrageous Orange #FA5A3A

Tints of Outrageous Orange #FA5A3A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.61%

 BLUE value IS 58 (23.05% from 255) = 14.57%

R = 62.81%
G = 22.61%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA5A3A (or 0xFA5A3A) is known color: Outrageous Orange. HEX triplet: FA, 5A and 3A. RGB value is (250,90,58). Sum of RGB (Red+Green+Blue) = 250+90+58=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5A3A is #05A5C5. Grayscale: #868686. Windows color (decimal): -370118 or 3824378. OLE color: 3824378.

HSL color Cylindrical-coordinate representation of color #FA5A3A: hue angle of 10º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA5A3A is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 90 58 -
CMYK 0 0.64 0.77 0.02
HSL 10º 0.95% 0.6% -
HSV(B) 10º 0.77% 0.98% -
XYZ 43.84 27.94 7.09 -
YUV 134.19 85.01 210.6 -
System Red Green Blue C M Y K H S L
Decimal 250 90 58 0 0.64 0.77 0.02 10 0.95 0.6
Hex FA 5A 3A 0 40 4D 2 A 5F 3C
Octal 372 132 72 0 100 115 2 12 137 74
Binary 11111010 1011010 111010 0 1000000 1001101 10 1010 1011111 111100

Color Harmonies of #FA5A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A3A

Black with #FA5A3A

Text Example


Text Example

White with #FA5A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A3A; }

 p { color: rgb(250,90,58); }

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

background-color css

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

 a { background-color: rgb(250,90,58); }

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

border-color css

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

 span { border-color: rgb(250,90,58); }

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