Html Css Color HEX #FA5A3E Outrageous Orange

📋 copy color: '#FA5A3E'

red 250 ◦ green 90 ◦ blue 62

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

Shades of Outrageous Orange #FA5A3E

Tints of Outrageous Orange #FA5A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.42%

R = 62.19%
G = 22.39%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA5A3E (or 0xFA5A3E) is known color: Outrageous Orange. HEX triplet: FA, 5A and 3E. RGB value is (250,90,62). Sum of RGB (Red+Green+Blue) = 250+90+62=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5A3E is #05A5C1. Grayscale: #868686. Windows color (decimal): -370114 or 4086522. OLE color: 4086522.

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

Color convert

RGB 250 90 62 -
CMYK 0 0.64 0.75 0.02
HSL 8.94º 0.95% 0.61% -
HSV(B) 8.94º 0.75% 0.98% -
XYZ 43.95 27.98 7.64 -
YUV 134.65 87.01 210.28 -
System Red Green Blue C M Y K H S L
Decimal 250 90 62 0 0.64 0.75 0.02 8.94 0.95 0.61
Hex FA 5A 3E 0 40 4B 2 9 5F 3D
Octal 372 132 76 0 100 113 2 11 137 75
Binary 11111010 1011010 111110 0 1000000 1001011 10 1001 1011111 111101

Color Harmonies of #FA5A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A3E

Black with #FA5A3E

Text Example


Text Example

White with #FA5A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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