Html Css Color HEX #FA5E25 Outrageous Orange

📋 copy color: '#FA5E25'

red 250 ◦ green 94 ◦ blue 37

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

Shades of Outrageous Orange #FA5E25

Tints of Outrageous Orange #FA5E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.71%

R = 65.62%
G = 24.67%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA5E25 (or 0xFA5E25) is known color: Outrageous Orange. HEX triplet: FA, 5E and 25. RGB value is (250,94,37). Sum of RGB (Red+Green+Blue) = 250+94+37=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E25 is #05A1DA. Grayscale: #868686. Windows color (decimal): -369115 or 2449146. OLE color: 2449146.

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

Color convert

RGB 250 94 37 -
CMYK 0 0.62 0.85 0.02
HSL 16.06º 0.96% 0.56% -
HSV(B) 16.06º 0.85% 0.98% -
XYZ 43.76 28.46 4.94 -
YUV 134.15 73.18 210.63 -
System Red Green Blue C M Y K H S L
Decimal 250 94 37 0 0.62 0.85 0.02 16.06 0.96 0.56
Hex FA 5E 25 0 3E 55 2 10 60 38
Octal 372 136 45 0 76 125 2 20 140 70
Binary 11111010 1011110 100101 0 111110 1010101 10 10000 1100000 111000

Color Harmonies of #FA5E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E25

Black with #FA5E25

Text Example


Text Example

White with #FA5E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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