Html Css Color HEX #FB5514 International Orange

📋 copy color: '#FB5514'

red 251 ◦ green 85 ◦ blue 20

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

Shades of International Orange #FB5514

Tints of International Orange #FB5514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.88%

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

R = 70.51%
G = 23.88%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB5514 (or 0xFB5514) is known color: International Orange. HEX triplet: FB, 55 and 14. RGB value is (251,85,20). Sum of RGB (Red+Green+Blue) = 251+85+20=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5514 is #04AAEB. Grayscale: #7F7F7F. Windows color (decimal): -305900 or 1332731. OLE color: 1332731.

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

Color convert

RGB 251 85 20 -
CMYK 0 0.66 0.92 0.02
HSL 16.88º 0.97% 0.53% -
HSV(B) 16.88º 0.92% 0.98% -
XYZ 43.16 27.06 3.61 -
YUV 127.22 67.5 216.29 -
System Red Green Blue C M Y K H S L
Decimal 251 85 20 0 0.66 0.92 0.02 16.88 0.97 0.53
Hex FB 55 14 0 42 5C 2 11 61 35
Octal 373 125 24 0 102 134 2 21 141 65
Binary 11111011 1010101 10100 0 1000010 1011100 10 10001 1100001 110101

Color Harmonies of #FB5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5514

Black with #FB5514

Text Example


Text Example

White with #FB5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5514; }

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

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

background-color css

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

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

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

border-color css

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

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

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