Html Css Color HEX #FA5D1E Outrageous Orange

📋 copy color: '#FA5D1E'

red 250 ◦ green 93 ◦ blue 30

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

Shades of Outrageous Orange #FA5D1E

Tints of Outrageous Orange #FA5D1E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.93%

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

R = 67.02%
G = 24.93%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA5D1E (or 0xFA5D1E) is known color: Outrageous Orange. HEX triplet: FA, 5D and 1E. RGB value is (250,93,30). Sum of RGB (Red+Green+Blue) = 250+93+30=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5D1E is #05A2E1. Grayscale: #858585. Windows color (decimal): -369378 or 1990138. OLE color: 1990138.

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

Color convert

RGB 250 93 30 -
CMYK 0 0.63 0.88 0.02
HSL 17.18º 0.96% 0.55% -
HSV(B) 17.18º 0.88% 0.98% -
XYZ 43.57 28.25 4.38 -
YUV 132.76 70.01 211.62 -
System Red Green Blue C M Y K H S L
Decimal 250 93 30 0 0.63 0.88 0.02 17.18 0.96 0.55
Hex FA 5D 1E 0 3F 58 2 11 60 37
Octal 372 135 36 0 77 130 2 21 140 67
Binary 11111010 1011101 11110 0 111111 1011000 10 10001 1100000 110111

Color Harmonies of #FA5D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5D1E

Black with #FA5D1E

Text Example


Text Example

White with #FA5D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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