Html Css Color HEX #FB501E Outrageous Orange

📋 copy color: '#FB501E'

red 251 ◦ green 80 ◦ blue 30

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

Shades of Outrageous Orange #FB501E

Tints of Outrageous Orange #FB501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

 BLUE value IS 30 (12.11% from 255) = 8.31%

R = 69.53%
G = 22.16%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB501E (or 0xFB501E) is known color: Outrageous Orange. HEX triplet: FB, 50 and 1E. RGB value is (251,80,30). Sum of RGB (Red+Green+Blue) = 251+80+30=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB501E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB501E is #04AFE1. Grayscale: #7D7D7D. Windows color (decimal): -307170 or 1986811. OLE color: 1986811.

HSL color Cylindrical-coordinate representation of color #FB501E: hue angle of 13.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB501E is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 80 30 -
CMYK 0 0.68 0.88 0.02
HSL 13.57º 0.97% 0.55% -
HSV(B) 13.57º 0.88% 0.98% -
XYZ 42.89 26.34 4.05 -
YUV 125.43 74.15 217.57 -
System Red Green Blue C M Y K H S L
Decimal 251 80 30 0 0.68 0.88 0.02 13.57 0.97 0.55
Hex FB 50 1E 0 44 58 2 E 61 37
Octal 373 120 36 0 104 130 2 16 141 67
Binary 11111011 1010000 11110 0 1000100 1011000 10 1110 1100001 110111

Color Harmonies of #FB501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB501E

Black with #FB501E

Text Example


Text Example

White with #FB501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB501E; }

 p { color: rgb(251,80,30); }

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

background-color css

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

 a { background-color: rgb(251,80,30); }

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

border-color css

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

 span { border-color: rgb(251,80,30); }

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