Html Css Color HEX #FF5B0D International Orange

📋 copy color: '#FF5B0D'

red 255 ◦ green 91 ◦ blue 13

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

Shades of International Orange #FF5B0D

Tints of International Orange #FF5B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.62%

R = 71.03%
G = 25.35%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF5B0D (or 0xFF5B0D) is known color: International Orange. HEX triplet: FF, 5B and 0D. RGB value is (255,91,13). Sum of RGB (Red+Green+Blue) = 255+91+13=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5B0D is #00A4F2. Grayscale: #838383. Windows color (decimal): -42227 or 875519. OLE color: 875519.

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

Color convert

RGB 255 91 13 -
CMYK 0 0.64 0.95 0
HSL 19.34º 1% 0.53% -
HSV(B) 19.34º 0.95% 1% -
XYZ 45.05 28.77 3.56 -
YUV 131.14 61.33 216.34 -
System Red Green Blue C M Y K H S L
Decimal 255 91 13 0 0.64 0.95 0 19.34 1 0.53
Hex FF 5B D 0 40 5F 0 13 64 35
Octal 377 133 15 0 100 137 0 23 144 65
Binary 11111111 1011011 1101 0 1000000 1011111 0 10011 1100100 110101

Color Harmonies of #FF5B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5B0D

Black with #FF5B0D

Text Example


Text Example

White with #FF5B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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