Html Css Color HEX #FA592D Outrageous Orange

📋 copy color: '#FA592D'

red 250 ◦ green 89 ◦ blue 45

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

Shades of Outrageous Orange #FA592D

Tints of Outrageous Orange #FA592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.18%

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

R = 65.1%
G = 23.18%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA592D (or 0xFA592D) is known color: Outrageous Orange. HEX triplet: FA, 59 and 2D. RGB value is (250,89,45). Sum of RGB (Red+Green+Blue) = 250+89+45=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA592D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA592D is #05A6D2. Grayscale: #848484. Windows color (decimal): -370387 or 2972154. OLE color: 2972154.

HSL color Cylindrical-coordinate representation of color #FA592D: hue angle of 12.88º 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 #FA592D is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 89 45 -
CMYK 0 0.64 0.82 0.02
HSL 12.88º 0.95% 0.58% -
HSV(B) 12.88º 0.82% 0.98% -
XYZ 43.47 27.66 5.53 -
YUV 132.12 78.84 212.08 -
System Red Green Blue C M Y K H S L
Decimal 250 89 45 0 0.64 0.82 0.02 12.88 0.95 0.58
Hex FA 59 2D 0 40 52 2 D 5F 3A
Octal 372 131 55 0 100 122 2 15 137 72
Binary 11111010 1011001 101101 0 1000000 1010010 10 1101 1011111 111010

Color Harmonies of #FA592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA592D

Black with #FA592D

Text Example


Text Example

White with #FA592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA592D; }

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

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

background-color css

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

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

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

border-color css

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

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

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