Html Css Color HEX #FA5E2D Outrageous Orange

📋 copy color: '#FA5E2D'

red 250 ◦ green 94 ◦ blue 45

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

Shades of Outrageous Orange #FA5E2D

Tints of Outrageous Orange #FA5E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.57%

R = 64.27%
G = 24.16%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA5E2D (or 0xFA5E2D) is known color: Outrageous Orange. HEX triplet: FA, 5E and 2D. RGB value is (250,94,45). Sum of RGB (Red+Green+Blue) = 250+94+45=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E2D is #05A1D2. Grayscale: #878787. Windows color (decimal): -369107 or 2973434. OLE color: 2973434.

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

Color convert

RGB 250 94 45 -
CMYK 0 0.62 0.82 0.02
HSL 14.34º 0.95% 0.58% -
HSV(B) 14.34º 0.82% 0.98% -
XYZ 43.9 28.52 5.67 -
YUV 135.06 77.18 209.98 -
System Red Green Blue C M Y K H S L
Decimal 250 94 45 0 0.62 0.82 0.02 14.34 0.95 0.58
Hex FA 5E 2D 0 3E 52 2 E 5F 3A
Octal 372 136 55 0 76 122 2 16 137 72
Binary 11111010 1011110 101101 0 111110 1010010 10 1110 1011111 111010

Color Harmonies of #FA5E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E2D

Black with #FA5E2D

Text Example


Text Example

White with #FA5E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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