Html Css Color HEX #FB5012 International Orange

📋 copy color: '#FB5012'

red 251 ◦ green 80 ◦ blue 18

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

Shades of International Orange #FB5012

Tints of International Orange #FB5012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.16%

R = 71.92%
G = 22.92%
B = 5.16%

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

#FB5012 (or 0xFB5012) is known color: International Orange. HEX triplet: FB, 50 and 12. RGB value is (251,80,18). Sum of RGB (Red+Green+Blue) = 251+80+18=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5012 is #04AFED. Grayscale: #7C7C7C. Windows color (decimal): -307182 or 1200379. OLE color: 1200379.

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

Color convert

RGB 251 80 18 -
CMYK 0 0.68 0.93 0.02
HSL 15.97º 0.97% 0.53% -
HSV(B) 15.97º 0.93% 0.98% -
XYZ 42.76 26.29 3.39 -
YUV 124.06 68.15 218.54 -
System Red Green Blue C M Y K H S L
Decimal 251 80 18 0 0.68 0.93 0.02 15.97 0.97 0.53
Hex FB 50 12 0 44 5D 2 10 61 35
Octal 373 120 22 0 104 135 2 20 141 65
Binary 11111011 1010000 10010 0 1000100 1011101 10 10000 1100001 110101

Color Harmonies of #FB5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5012

Black with #FB5012

Text Example


Text Example

White with #FB5012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5012; }

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

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

background-color css

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

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

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

border-color css

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

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

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