Html Css Color HEX #FB5B32 Outrageous Orange

📋 copy color: '#FB5B32'

red 251 ◦ green 91 ◦ blue 50

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

Shades of Outrageous Orange #FB5B32

Tints of Outrageous Orange #FB5B32

RGB

 RED value IS 251 (98.44% from 255) = 64.03%

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

 BLUE value IS 50 (19.92% from 255) = 12.76%

R = 64.03%
G = 23.21%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB5B32 (or 0xFB5B32) is known color: Outrageous Orange. HEX triplet: FB, 5B and 32. RGB value is (251,91,50). Sum of RGB (Red+Green+Blue) = 251+91+50=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5B32 is #04A4CD. Grayscale: #868686. Windows color (decimal): -304334 or 3300347. OLE color: 3300347.

HSL color Cylindrical-coordinate representation of color #FB5B32: hue angle of 12.24º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB5B32 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 91 50 -
CMYK 0 0.64 0.80 0.02
HSL 12.24º 0.96% 0.59% -
HSV(B) 12.24º 0.8% 0.98% -
XYZ 44.1 28.22 6.14 -
YUV 134.17 80.51 211.33 -
System Red Green Blue C M Y K H S L
Decimal 251 91 50 0 0.64 0.80 0.02 12.24 0.96 0.59
Hex FB 5B 32 0 40 50 2 C 60 3B
Octal 373 133 62 0 100 120 2 14 140 73
Binary 11111011 1011011 110010 0 1000000 1010000 10 1100 1100000 111011

Color Harmonies of #FB5B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5B32

Black with #FB5B32

Text Example


Text Example

White with #FB5B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5B32; }

 p { color: rgb(251,91,50); }

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

background-color css

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

 a { background-color: rgb(251,91,50); }

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

border-color css

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

 span { border-color: rgb(251,91,50); }

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