Html Css Color HEX #FF5B15 International Orange

📋 copy color: '#FF5B15'

red 255 ◦ green 91 ◦ blue 21

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

Shades of International Orange #FF5B15

Tints of International Orange #FF5B15

RGB

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

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

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

R = 69.48%
G = 24.8%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF5B15 (or 0xFF5B15) is known color: International Orange. HEX triplet: FF, 5B and 15. RGB value is (255,91,21). Sum of RGB (Red+Green+Blue) = 255+91+21=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5B15 is #00A4EA. Grayscale: #848484. Windows color (decimal): -42219 or 1399807. OLE color: 1399807.

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

Color convert

RGB 255 91 21 -
CMYK 0 0.64 0.92 0
HSL 17.95º 1% 0.54% -
HSV(B) 17.95º 0.92% 1% -
XYZ 45.12 28.8 3.89 -
YUV 132.06 65.33 215.69 -
System Red Green Blue C M Y K H S L
Decimal 255 91 21 0 0.64 0.92 0 17.95 1 0.54
Hex FF 5B 15 0 40 5C 0 12 64 36
Octal 377 133 25 0 100 134 0 22 144 66
Binary 11111111 1011011 10101 0 1000000 1011100 0 10010 1100100 110110

Color Harmonies of #FF5B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5B15

Black with #FF5B15

Text Example


Text Example

White with #FF5B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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