Html Css Color HEX #FF5B13 International Orange

📋 copy color: '#FF5B13'

red 255 ◦ green 91 ◦ blue 19

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

Shades of International Orange #FF5B13

Tints of International Orange #FF5B13

RGB

 RED value IS 255 (100% from 255) = 69.86%

 GREEN value IS 91 (35.94% from 255) = 24.93%

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

R = 69.86%
G = 24.93%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF5B13 (or 0xFF5B13) is known color: International Orange. HEX triplet: FF, 5B and 13. RGB value is (255,91,19). Sum of RGB (Red+Green+Blue) = 255+91+19=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5B13 is #00A4EC. Grayscale: #848484. Windows color (decimal): -42221 or 1268735. OLE color: 1268735.

HSL color Cylindrical-coordinate representation of color #FF5B13: hue angle of 18.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF5B13 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 91 19 -
CMYK 0 0.64 0.93 0
HSL 18.31º 1% 0.54% -
HSV(B) 18.31º 0.93% 1% -
XYZ 45.1 28.79 3.8 -
YUV 131.83 64.33 215.85 -
System Red Green Blue C M Y K H S L
Decimal 255 91 19 0 0.64 0.93 0 18.31 1 0.54
Hex FF 5B 13 0 40 5D 0 12 64 36
Octal 377 133 23 0 100 135 0 22 144 66
Binary 11111111 1011011 10011 0 1000000 1011101 0 10010 1100100 110110

Color Harmonies of #FF5B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5B13

Black with #FF5B13

Text Example


Text Example

White with #FF5B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5B13; }

 p { color: rgb(255,91,19); }

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

background-color css

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

 a { background-color: rgb(255,91,19); }

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

border-color css

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

 span { border-color: rgb(255,91,19); }

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