Html Css Color HEX #FB5019 International Orange

📋 copy color: '#FB5019'

red 251 ◦ green 80 ◦ blue 25

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

Shades of International Orange #FB5019

Tints of International Orange #FB5019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.02%

R = 70.51%
G = 22.47%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB5019 (or 0xFB5019) is known color: International Orange. HEX triplet: FB, 50 and 19. RGB value is (251,80,25). Sum of RGB (Red+Green+Blue) = 251+80+25=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5019 is #04AFE6. Grayscale: #7D7D7D. Windows color (decimal): -307175 or 1659131. OLE color: 1659131.

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

Color convert

RGB 251 80 25 -
CMYK 0 0.68 0.90 0.02
HSL 14.6º 0.97% 0.54% -
HSV(B) 14.6º 0.9% 0.98% -
XYZ 42.83 26.32 3.74 -
YUV 124.86 71.65 217.97 -
System Red Green Blue C M Y K H S L
Decimal 251 80 25 0 0.68 0.90 0.02 14.6 0.97 0.54
Hex FB 50 19 0 44 5A 2 F 61 36
Octal 373 120 31 0 104 132 2 17 141 66
Binary 11111011 1010000 11001 0 1000100 1011010 10 1111 1100001 110110

Color Harmonies of #FB5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5019

Black with #FB5019

Text Example


Text Example

White with #FB5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5019; }

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

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

background-color css

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

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

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

border-color css

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

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

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