Html Css Color HEX #FA5A1E Outrageous Orange

📋 copy color: '#FA5A1E'

red 250 ◦ green 90 ◦ blue 30

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

Shades of Outrageous Orange #FA5A1E

Tints of Outrageous Orange #FA5A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.11%

R = 67.57%
G = 24.32%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA5A1E (or 0xFA5A1E) is known color: Outrageous Orange. HEX triplet: FA, 5A and 1E. RGB value is (250,90,30). Sum of RGB (Red+Green+Blue) = 250+90+30=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 30 (12.11% from 255 or 8.11% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5A1E is #05A5E1. Grayscale: #838383. Windows color (decimal): -370146 or 1989370. OLE color: 1989370.

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

Color convert

RGB 250 90 30 -
CMYK 0 0.64 0.88 0.02
HSL 16.36º 0.96% 0.55% -
HSV(B) 16.36º 0.88% 0.98% -
XYZ 43.31 27.73 4.3 -
YUV 131 71.01 212.88 -
System Red Green Blue C M Y K H S L
Decimal 250 90 30 0 0.64 0.88 0.02 16.36 0.96 0.55
Hex FA 5A 1E 0 40 58 2 10 60 37
Octal 372 132 36 0 100 130 2 20 140 67
Binary 11111010 1011010 11110 0 1000000 1011000 10 10000 1100000 110111

Color Harmonies of #FA5A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A1E

Black with #FA5A1E

Text Example


Text Example

White with #FA5A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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