Html Css Color HEX #FB5115 International Orange

📋 copy color: '#FB5115'

red 251 ◦ green 81 ◦ blue 21

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

Shades of International Orange #FB5115

Tints of International Orange #FB5115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.95%

 BLUE value IS 21 (8.59% from 255) = 5.95%

R = 71.1%
G = 22.95%
B = 5.95%

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

#FB5115 (or 0xFB5115) is known color: International Orange. HEX triplet: FB, 51 and 15. RGB value is (251,81,21). Sum of RGB (Red+Green+Blue) = 251+81+21=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5115 is #04AEEA. Grayscale: #7D7D7D. Windows color (decimal): -306923 or 1397243. OLE color: 1397243.

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

Color convert

RGB 251 81 21 -
CMYK 0 0.68 0.92 0.02
HSL 15.65º 0.97% 0.53% -
HSV(B) 15.65º 0.92% 0.98% -
XYZ 42.86 26.45 3.56 -
YUV 124.99 69.32 217.88 -
System Red Green Blue C M Y K H S L
Decimal 251 81 21 0 0.68 0.92 0.02 15.65 0.97 0.53
Hex FB 51 15 0 44 5C 2 10 61 35
Octal 373 121 25 0 104 134 2 20 141 65
Binary 11111011 1010001 10101 0 1000100 1011100 10 10000 1100001 110101

Color Harmonies of #FB5115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5115

Black with #FB5115

Text Example


Text Example

White with #FB5115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5115; }

 p { color: rgb(251,81,21); }

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

background-color css

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

 a { background-color: rgb(251,81,21); }

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

border-color css

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

 span { border-color: rgb(251,81,21); }

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