Html Css Color HEX #FA5E2F Outrageous Orange

📋 copy color: '#FA5E2F'

red 250 ◦ green 94 ◦ blue 47

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

Shades of Outrageous Orange #FA5E2F

Tints of Outrageous Orange #FA5E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.02%

R = 63.94%
G = 24.04%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA5E2F (or 0xFA5E2F) is known color: Outrageous Orange. HEX triplet: FA, 5E and 2F. RGB value is (250,94,47). Sum of RGB (Red+Green+Blue) = 250+94+47=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E2F is #05A1D0. Grayscale: #878787. Windows color (decimal): -369105 or 3104506. OLE color: 3104506.

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

Color convert

RGB 250 94 47 -
CMYK 0 0.62 0.81 0.02
HSL 13.89º 0.95% 0.58% -
HSV(B) 13.89º 0.81% 0.98% -
XYZ 43.94 28.53 5.88 -
YUV 135.29 78.18 209.82 -
System Red Green Blue C M Y K H S L
Decimal 250 94 47 0 0.62 0.81 0.02 13.89 0.95 0.58
Hex FA 5E 2F 0 3E 51 2 E 5F 3A
Octal 372 136 57 0 76 121 2 16 137 72
Binary 11111010 1011110 101111 0 111110 1010001 10 1110 1011111 111010

Color Harmonies of #FA5E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E2F

Black with #FA5E2F

Text Example


Text Example

White with #FA5E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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