Html Css Color HEX #FB5013 International Orange

📋 copy color: '#FB5013'

red 251 ◦ green 80 ◦ blue 19

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

Shades of International Orange #FB5013

Tints of International Orange #FB5013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.43%

R = 71.71%
G = 22.86%
B = 5.43%

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

#FB5013 (or 0xFB5013) is known color: International Orange. HEX triplet: FB, 50 and 13. RGB value is (251,80,19). Sum of RGB (Red+Green+Blue) = 251+80+19=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5013 is #04AFEC. Grayscale: #7C7C7C. Windows color (decimal): -307181 or 1265915. OLE color: 1265915.

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

Color convert

RGB 251 80 19 -
CMYK 0 0.68 0.92 0.02
HSL 15.78º 0.97% 0.53% -
HSV(B) 15.78º 0.92% 0.98% -
XYZ 42.77 26.29 3.44 -
YUV 124.18 68.65 218.46 -
System Red Green Blue C M Y K H S L
Decimal 251 80 19 0 0.68 0.92 0.02 15.78 0.97 0.53
Hex FB 50 13 0 44 5C 2 10 61 35
Octal 373 120 23 0 104 134 2 20 141 65
Binary 11111011 1010000 10011 0 1000100 1011100 10 10000 1100001 110101

Color Harmonies of #FB5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5013

Black with #FB5013

Text Example


Text Example

White with #FB5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5013; }

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

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

background-color css

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

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

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

border-color css

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

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

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