Html Css Color HEX #FA5E38 Outrageous Orange

📋 copy color: '#FA5E38'

red 250 ◦ green 94 ◦ blue 56

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

Shades of Outrageous Orange #FA5E38

Tints of Outrageous Orange #FA5E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14%

R = 62.5%
G = 23.5%
B = 14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA5E38 (or 0xFA5E38) is known color: Outrageous Orange. HEX triplet: FA, 5E and 38. RGB value is (250,94,56). Sum of RGB (Red+Green+Blue) = 250+94+56=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E38 is #05A1C7. Grayscale: #888888. Windows color (decimal): -369096 or 3694330. OLE color: 3694330.

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

Color convert

RGB 250 94 56 -
CMYK 0 0.62 0.78 0.02
HSL 11.75º 0.95% 0.6% -
HSV(B) 11.75º 0.78% 0.98% -
XYZ 44.14 28.61 6.94 -
YUV 136.31 82.68 209.09 -
System Red Green Blue C M Y K H S L
Decimal 250 94 56 0 0.62 0.78 0.02 11.75 0.95 0.6
Hex FA 5E 38 0 3E 4E 2 C 5F 3C
Octal 372 136 70 0 76 116 2 14 137 74
Binary 11111010 1011110 111000 0 111110 1001110 10 1100 1011111 111100

Color Harmonies of #FA5E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E38

Black with #FA5E38

Text Example


Text Example

White with #FA5E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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