Html Css Color HEX #FA5A3F Outrageous Orange

📋 copy color: '#FA5A3F'

red 250 ◦ green 90 ◦ blue 63

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

Shades of Outrageous Orange #FA5A3F

Tints of Outrageous Orange #FA5A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.63%

R = 62.03%
G = 22.33%
B = 15.63%

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

#FA5A3F (or 0xFA5A3F) is known color: Outrageous Orange. HEX triplet: FA, 5A and 3F. RGB value is (250,90,63). Sum of RGB (Red+Green+Blue) = 250+90+63=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5A3F is #05A5C0. Grayscale: #878787. Windows color (decimal): -370113 or 4152058. OLE color: 4152058.

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

Color convert

RGB 250 90 63 -
CMYK 0 0.64 0.75 0.02
HSL 8.66º 0.95% 0.61% -
HSV(B) 8.66º 0.75% 0.98% -
XYZ 43.98 28 7.79 -
YUV 134.76 87.51 210.2 -
System Red Green Blue C M Y K H S L
Decimal 250 90 63 0 0.64 0.75 0.02 8.66 0.95 0.61
Hex FA 5A 3F 0 40 4B 2 9 5F 3D
Octal 372 132 77 0 100 113 2 11 137 75
Binary 11111010 1011010 111111 0 1000000 1001011 10 1001 1011111 111101

Color Harmonies of #FA5A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A3F

Black with #FA5A3F

Text Example


Text Example

White with #FA5A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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