Html Css Color HEX #FA5B2B Outrageous Orange

📋 copy color: '#FA5B2B'

red 250 ◦ green 91 ◦ blue 43

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

Shades of Outrageous Orange #FA5B2B

Tints of Outrageous Orange #FA5B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.2%

R = 65.1%
G = 23.7%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA5B2B (or 0xFA5B2B) is known color: Outrageous Orange. HEX triplet: FA, 5B and 2B. RGB value is (250,91,43). Sum of RGB (Red+Green+Blue) = 250+91+43=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5B2B is #05A4D4. Grayscale: #858585. Windows color (decimal): -369877 or 2841594. OLE color: 2841594.

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

Color convert

RGB 250 91 43 -
CMYK 0 0.64 0.83 0.02
HSL 13.91º 0.95% 0.57% -
HSV(B) 13.91º 0.83% 0.98% -
XYZ 43.6 27.98 5.39 -
YUV 133.07 77.18 211.4 -
System Red Green Blue C M Y K H S L
Decimal 250 91 43 0 0.64 0.83 0.02 13.91 0.95 0.57
Hex FA 5B 2B 0 40 53 2 E 5F 39
Octal 372 133 53 0 100 123 2 16 137 71
Binary 11111010 1011011 101011 0 1000000 1010011 10 1110 1011111 111001

Color Harmonies of #FA5B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5B2B

Black with #FA5B2B

Text Example


Text Example

White with #FA5B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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