Html Css Color HEX #FA5E1F Outrageous Orange

📋 copy color: '#FA5E1F'

red 250 ◦ green 94 ◦ blue 31

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

Shades of Outrageous Orange #FA5E1F

Tints of Outrageous Orange #FA5E1F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.07%

 BLUE value IS 31 (12.5% from 255) = 8.27%

R = 66.67%
G = 25.07%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA5E1F (or 0xFA5E1F) is known color: Outrageous Orange. HEX triplet: FA, 5E and 1F. RGB value is (250,94,31). Sum of RGB (Red+Green+Blue) = 250+94+31=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E1F is #05A1E0. Grayscale: #858585. Windows color (decimal): -369121 or 2055930. OLE color: 2055930.

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

Color convert

RGB 250 94 31 -
CMYK 0 0.62 0.88 0.02
HSL 17.26º 0.96% 0.55% -
HSV(B) 17.26º 0.88% 0.98% -
XYZ 43.67 28.43 4.48 -
YUV 133.46 70.18 211.12 -
System Red Green Blue C M Y K H S L
Decimal 250 94 31 0 0.62 0.88 0.02 17.26 0.96 0.55
Hex FA 5E 1F 0 3E 58 2 11 60 37
Octal 372 136 37 0 76 130 2 21 140 67
Binary 11111010 1011110 11111 0 111110 1011000 10 10001 1100000 110111

Color Harmonies of #FA5E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E1F

Black with #FA5E1F

Text Example


Text Example

White with #FA5E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E1F; }

 p { color: rgb(250,94,31); }

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

background-color css

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

 a { background-color: rgb(250,94,31); }

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

border-color css

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

 span { border-color: rgb(250,94,31); }

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