Html Css Color HEX #FB5011 International Orange

📋 copy color: '#FB5011'

red 251 ◦ green 80 ◦ blue 17

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

Shades of International Orange #FB5011

Tints of International Orange #FB5011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.89%

R = 72.13%
G = 22.99%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB5011 (or 0xFB5011) is known color: International Orange. HEX triplet: FB, 50 and 11. RGB value is (251,80,17). Sum of RGB (Red+Green+Blue) = 251+80+17=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5011 is #04AFEE. Grayscale: #7C7C7C. Windows color (decimal): -307183 or 1134843. OLE color: 1134843.

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

Color convert

RGB 251 80 17 -
CMYK 0 0.68 0.93 0.02
HSL 16.15º 0.97% 0.53% -
HSV(B) 16.15º 0.93% 0.98% -
XYZ 42.75 26.29 3.35 -
YUV 123.95 67.65 218.62 -
System Red Green Blue C M Y K H S L
Decimal 251 80 17 0 0.68 0.93 0.02 16.15 0.97 0.53
Hex FB 50 11 0 44 5D 2 10 61 35
Octal 373 120 21 0 104 135 2 20 141 65
Binary 11111011 1010000 10001 0 1000100 1011101 10 10000 1100001 110101

Color Harmonies of #FB5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5011

Black with #FB5011

Text Example


Text Example

White with #FB5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5011; }

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

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

background-color css

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

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

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

border-color css

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

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

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