Html Css Color HEX #FA5E24 Outrageous Orange

📋 copy color: '#FA5E24'

red 250 ◦ green 94 ◦ blue 36

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

Shades of Outrageous Orange #FA5E24

Tints of Outrageous Orange #FA5E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.47%

R = 65.79%
G = 24.74%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA5E24 (or 0xFA5E24) is known color: Outrageous Orange. HEX triplet: FA, 5E and 24. RGB value is (250,94,36). Sum of RGB (Red+Green+Blue) = 250+94+36=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E24 is #05A1DB. Grayscale: #868686. Windows color (decimal): -369116 or 2383610. OLE color: 2383610.

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

Color convert

RGB 250 94 36 -
CMYK 0 0.62 0.86 0.02
HSL 16.26º 0.96% 0.56% -
HSV(B) 16.26º 0.86% 0.98% -
XYZ 43.75 28.46 4.86 -
YUV 134.03 72.68 210.72 -
System Red Green Blue C M Y K H S L
Decimal 250 94 36 0 0.62 0.86 0.02 16.26 0.96 0.56
Hex FA 5E 24 0 3E 56 2 10 60 38
Octal 372 136 44 0 76 126 2 20 140 70
Binary 11111010 1011110 100100 0 111110 1010110 10 10000 1100000 111000

Color Harmonies of #FA5E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E24

Black with #FA5E24

Text Example


Text Example

White with #FA5E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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