Html Css Color HEX #FB5014 International Orange

📋 copy color: '#FB5014'

red 251 ◦ green 80 ◦ blue 20

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

Shades of International Orange #FB5014

Tints of International Orange #FB5014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.7%

R = 71.51%
G = 22.79%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB5014 (or 0xFB5014) is known color: International Orange. HEX triplet: FB, 50 and 14. RGB value is (251,80,20). Sum of RGB (Red+Green+Blue) = 251+80+20=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5014 is #04AFEB. Grayscale: #7C7C7C. Windows color (decimal): -307180 or 1331451. OLE color: 1331451.

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

Color convert

RGB 251 80 20 -
CMYK 0 0.68 0.92 0.02
HSL 15.58º 0.97% 0.53% -
HSV(B) 15.58º 0.92% 0.98% -
XYZ 42.78 26.3 3.48 -
YUV 124.29 69.15 218.38 -
System Red Green Blue C M Y K H S L
Decimal 251 80 20 0 0.68 0.92 0.02 15.58 0.97 0.53
Hex FB 50 14 0 44 5C 2 10 61 35
Octal 373 120 24 0 104 134 2 20 141 65
Binary 11111011 1010000 10100 0 1000100 1011100 10 10000 1100001 110101

Color Harmonies of #FB5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5014

Black with #FB5014

Text Example


Text Example

White with #FB5014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5014; }

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

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

background-color css

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

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

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

border-color css

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

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

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