Html Css Color HEX #FA5B37 Outrageous Orange

📋 copy color: '#FA5B37'

red 250 ◦ green 91 ◦ blue 55

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

Shades of Outrageous Orange #FA5B37

Tints of Outrageous Orange #FA5B37

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.98%

 BLUE value IS 55 (21.88% from 255) = 13.89%

R = 63.13%
G = 22.98%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA5B37 (or 0xFA5B37) is known color: Outrageous Orange. HEX triplet: FA, 5B and 37. RGB value is (250,91,55). Sum of RGB (Red+Green+Blue) = 250+91+55=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 55 (21.88% from 255 or 13.89% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5B37 is #05A4C8. Grayscale: #868686. Windows color (decimal): -369865 or 3628026. OLE color: 3628026.

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

Color convert

RGB 250 91 55 -
CMYK 0 0.64 0.78 0.02
HSL 11.08º 0.95% 0.6% -
HSV(B) 11.08º 0.78% 0.98% -
XYZ 43.86 28.08 6.72 -
YUV 134.44 83.18 210.43 -
System Red Green Blue C M Y K H S L
Decimal 250 91 55 0 0.64 0.78 0.02 11.08 0.95 0.6
Hex FA 5B 37 0 40 4E 2 B 5F 3C
Octal 372 133 67 0 100 116 2 13 137 74
Binary 11111010 1011011 110111 0 1000000 1001110 10 1011 1011111 111100

Color Harmonies of #FA5B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5B37

Black with #FA5B37

Text Example


Text Example

White with #FA5B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5B37; }

 p { color: rgb(250,91,55); }

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

background-color css

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

 a { background-color: rgb(250,91,55); }

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

border-color css

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

 span { border-color: rgb(250,91,55); }

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