#FF5B00

Color #FF5B00 Safety Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Safety Orange #FF5B00

Tints of Safety Orange #FF5B00

Color information

#FF5B00 (or 0xFF5B00) is unknown color: approx Safety Orange. HEX triplet: FF, 5B and 00. RGB value is (255,91,0). Sum of RGB (Red+Green+Blue) = 255+91+0=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5B00 is #00A4FF. Grayscale: #828282. Windows color (decimal): -42240 or 23551. OLE color: 23551.

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

Color convert

RGB255910-
CMYK00.6410
HSL21.41º100%50%-
HSV(B)21.41º100%100%-
XYZ44.9828.743.18-
YUV129.6654.83217.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.70%
GREEN value IS 91 (35.94% from 255) = 26.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.70%
G=26.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25591000.641021.4110050
HexFF5B0040640156432
Octal3771330010014402514462
Binary11111111101101100100000011001000101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5B00; }

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

 H1.HeaderClassName
 {
   color: #FF5B00;
 }
 .AnyTagClassName
 {
   color: #FF5B00;
 }
</style>
background-color css

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

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

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

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

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

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