Html Css Color HEX #FF5B0E International Orange

📋 copy color: '#FF5B0E'

red 255 ◦ green 91 ◦ blue 14

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

Shades of International Orange #FF5B0E

Tints of International Orange #FF5B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.89%

R = 70.83%
G = 25.28%
B = 3.89%

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

#FF5B0E (or 0xFF5B0E) is known color: International Orange. HEX triplet: FF, 5B and 0E. RGB value is (255,91,14). Sum of RGB (Red+Green+Blue) = 255+91+14=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5B0E is #00A4F1. Grayscale: #838383. Windows color (decimal): -42226 or 941055. OLE color: 941055.

HSL color Cylindrical-coordinate representation of color #FF5B0E: hue angle of 19.17º 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 #FF5B0E is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 91 14 -
CMYK 0 0.64 0.95 0
HSL 19.17º 1% 0.53% -
HSV(B) 19.17º 0.95% 1% -
XYZ 45.06 28.77 3.59 -
YUV 131.26 61.83 216.26 -
System Red Green Blue C M Y K H S L
Decimal 255 91 14 0 0.64 0.95 0 19.17 1 0.53
Hex FF 5B E 0 40 5F 0 13 64 35
Octal 377 133 16 0 100 137 0 23 144 65
Binary 11111111 1011011 1110 0 1000000 1011111 0 10011 1100100 110101

Color Harmonies of #FF5B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5B0E

Black with #FF5B0E

Text Example


Text Example

White with #FF5B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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